/** * Loose non-null (non-undefined) filter. * This method can be used as predicate for Array methods. */ export declare function isNotNull(value: T | null | undefined): value is T; //# sourceMappingURL=any.d.ts.map