is-null.d.ts 76 B

12
  1. declare const isNull: (value: any) => value is null;
  2. export default isNull;