UNPKG

aran

Version:
5 lines (4 loc) 90 B
/** * @type {<X>(x: X | null) => x is X} */ export const isNotNull = (x) => x !== null;