blank Just simple functions. These functions are trivial, just code 'em yourself. Install yarn add @ootiq/blank Usage const { isUndefined } = require("@ootiq/blank"); const a = null; console.log(isUndefined(a)); // result:: => false License Unlicense