UNPKG

@nathanfaucett/is_null

Version:
12 lines (7 loc) 131 B
isNull ======= checks if value is null ```javascript var isNull = require("@nathanfaucett/is_null"); isNull(null); // true ```