UNPKG

@types/fbjs

Version:
6 lines (3 loc) 115 B
declare function nullthrows<T>(x: T | null | undefined): T; declare namespace nullthrows {} export = nullthrows;