UNPKG

eyeglass

Version:
8 lines 236 B
export interface Dict<T> { [key: string]: T | undefined; } export interface UnsafeDict<T> { [key: string]: T; } export declare function isPresent<T>(v: T | undefined | null): v is T; //# sourceMappingURL=typescriptUtils.d.ts.map