UNPKG

91 BTypeScriptView Raw
1declare const isUndefined: (value: any) => value is undefined;
2export default isUndefined;