0.1.0 • Published 6 years ago

sd-box v0.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

sd-box

A toolbox for NodeJS

安装:

npm install sd-box

# 或者

yarn add sd-box

使用

// NodeJS
const tools = require('sd-box').default.type

// Browser
import tools from 'sd-box'

tools.type.isString('') // true
tools.type.isNumber(0) // true
tools.type.isNumberic('1') // true
tools.type.isNaN(+'a') // true
tools.type.isBoolean(false) // true
tools.type.isNull(null) // true
tools.type.isUndefined(undefined) // true
tools.type.isFunction(()=>{}) // true
tools.type.isObject({}) // true
tools.type.isArray([]) // true
0.1.0

6 years ago

0.0.9

6 years ago

0.0.8-rc.1

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago