UNPKG

115 BTypeScriptView Raw
1declare function nullthrows<T>(x: T | null | undefined): T;
2
3declare namespace nullthrows {}
4
5export = nullthrows;