/** * a is null | undefined | NaN */ export declare function isNull(a: any): a is null | undefined; //# sourceMappingURL=isNull.d.ts.map