UNPKG

util-ex

Version:

Browser-friendly enhanced util fully compatible with standard node.js

5 lines (4 loc) 75 B
export function isNull(v) { return v === null; }; export default isNull;