UNPKG

@dossierhq/core

Version:

The core Dossier library used by clients and server alike, used to interact with schema and entities directly, as well as remotely through a client.

3 lines (2 loc) 146 B
export declare function assertIsDefined<T>(val: T): asserts val is NonNullable<T>; export declare function assertExhaustive(param: never): never;