| Current Path : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/nullthrows/ |
| Current File : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/nullthrows/nullthrows.d.ts |
/** * Throws if value is null or undefined, otherwise returns value. */ export default function nullthrows<T>(value?: T | null, message?: string): T;