UNPKG

147 BTypeScriptView Raw
1/**
2 * Checks if x is null or undefined.
3 *
4 */
5export declare const isNil: (x: any) => x is null | undefined;
6//# sourceMappingURL=is-nil.d.ts.map
\No newline at end of file