Version: 3.0.03.0.13.0.23.0.33.0.43.0.53.0.63.0.73.0.83.0.93.0.103.0.11
declare function nullthrows<T>(x: T | null | undefined): T;
declare namespace nullthrows {}
export = nullthrows;