UNPKG

util-ex

Version:

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

5 lines (4 loc) 100 B
export function isNullOrUndefined(arg) { return arg == null; }; export default isNullOrUndefined;