UNPKG

110 BTypeScriptView Raw
1export declare function assert<T>(predicate: T | null | undefined, message?: string | (() => string)): void;