Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NOTE: just learning creating modules

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages