UNPKG

@thi.ng/checks

Version:

Collection of 70+ type, feature & value checks

6 lines 147 B
/** * Checks if x is null or undefined. * */ export declare const isNil: (x: any) => x is null | undefined; //# sourceMappingURL=is-nil.d.ts.map