0.5.0 • Published 4 years ago

@pansy/is-nil v0.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

判断当前值是否为nullundefined

📦 安装

// npm
npm install @pansy/is-nil --save

// yarn
yarn add @pansy/is-nil

🔨 使用

import isNil from '@pansy/is-nil';

let value = null;
let value1 = undefined;

console.log(isNil(value)); // true
console.log(isNil(value1)); // true
0.5.0

4 years ago

0.4.0

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.3

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago