UNPKG

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