UNPKG

kysely

Version:
3 lines (2 loc) 173 B
export declare function assertNotNullOrUndefined<T>(value: T): asserts value is NonNullable<T>; export declare function assertIsString(value: any): asserts value is string;