@pansy/is-string
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

@pansy/is-string

判断当前值是否为空

📦 安装

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

// yarn
yarn add @pansy/is-string

🔨 使用

import isString from '@pansy/is-string';

let name = '';

console.log(isString(name)); // true

Readme

Keywords

none

Package Sidebar

Install

npm i @pansy/is-string

Weekly Downloads

24

Version

0.5.0

License

MIT

Unpacked Size

3.77 kB

Total Files

7

Last publish

Collaborators

  • wangxingkang