UNPKG

@platform/cell.schema

Version:

URI and database schemas for the `cell.os`.

11 lines (10 loc) 379 B
export declare function isHttp(input?: string): boolean; export declare const isNilOrEmptyObject: (value: any, options?: { ignoreHash?: boolean; }) => boolean; export declare const isUndefinedOrEmptyObject: (value: any, options?: { ignoreHash?: boolean; }) => boolean; export declare const isEmptyObject: (value: any, options?: { ignoreHash?: boolean; }) => boolean;