UNPKG

pg-server

Version:

Postgres DB server emulator, proxy or honeypot

6 lines 328 B
export declare function expectNever(value: never): void; export declare function assertNever(value: never, msg?: string): never; export declare function nullish(value: any): boolean; export declare const isDebug: boolean; export declare function isThenable(value: any): value is Promise<any>; //# sourceMappingURL=utils.d.ts.map