UNPKG

@truschery/eimzo

Version:

A lightweight Node.js package for seamless integration with Eimzo, providing easy-to-use functionality for creating digital signatures and managing API keys.

4 lines 243 B
export declare function isEmpty(v: unknown): v is null | undefined; export declare function isNullOrUndefined(v: unknown): v is null | undefined; export declare function isDate(date: unknown): date is Date; //# sourceMappingURL=common.d.ts.map