API reference › @evolu/common › Function › lazyVoid
const lazyVoid: Lazy<void> = lazyUndefined;
Defined in: packages/common/src/Function.ts:176
A Lazy that returns undefined for void callbacks.
API reference › @evolu/common › Function › lazyVoid
const lazyVoid: Lazy<void> = lazyUndefined;
Defined in: packages/common/src/Function.ts:176
A Lazy that returns undefined for void callbacks.