@ootiq/blank
v0.0.4
Published
Just simple functions.
Downloads
8
Readme
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