UNPKG

@thi.ng/checks

Version:
6 lines (5 loc) 87 B
/** * Checks if x is null or undefined. * */ export const isNil = (x) => x == null;