@platform/cell.schema
Version:
URI and database schemas for the `cell.os`.
11 lines (10 loc) • 415 B
TypeScript
export declare function isHttp(input?: string): boolean;
export declare const isNilOrEmptyObject: (value: any, options?: {
ignoreHash?: boolean | undefined;
}) => boolean;
export declare const isUndefinedOrEmptyObject: (value: any, options?: {
ignoreHash?: boolean | undefined;
}) => boolean;
export declare const isEmptyObject: (value: any, options?: {
ignoreHash?: boolean | undefined;
}) => boolean;