UNPKG

74 BTypeScriptView Raw
1declare const isNil: (value: any) => value is null;
2export default isNil;