Skip to content

ootiq/blank

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published