UNPKG

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