UNPKG

@udus/notion-renderer

Version:
5 lines 292 B
export declare const notUndefined: <T>(v: T | undefined) => v is T; export declare const notNull: <T>(v: T | null) => v is T; export declare const notNullNorUndefined: <T>(v: T | null | undefined) => v is T; export declare const generateUUID: () => string; //# sourceMappingURL=utils.d.ts.map