0.5.0 • Published 5 years ago

@pansy/is-null v0.5.0

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

判断当前值是否为空

📦 安装

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

// yarn
yarn add @pansy/is-null

🔨 使用

import isNull from '@pansy/is-null';

let name = null;

if (isNull(name)) {
  console.log('value is null');
}
0.5.0

5 years ago

0.4.0

5 years ago

0.3.6

6 years ago

0.3.5

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago