/** * Helper function intended to be used as [].filter(isPresent) to remove all * unexistant values from an array. */ export declare function isPresent(val: T): val is NonNullable; //# sourceMappingURL=is-present.d.ts.map