UNPKG

moonads

Version:
3 lines (2 loc) 87 B
export const isNil = (value: any): boolean => value === null || value === undefined;