0.0.3 • Published 4 years ago

lib-datatype v0.0.3

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

lib-datatype

概述

...

Install(安装)

npm i --save lib-datatype

Usage(使用)

... commonjs const dataType = require('lib-datatype/lib')

es6 import dataType from 'lib-datatype/lib'

console.log('dataType(null)') <==== null console.log('dataType('123')') <==== String console.log('dataType(123)') <==== Number

... 其他内容 ...

NPM Publish

sh npm-publish.sh ...

Contact me(联系我)

...

License

MIT Copyright (c) 2018 - forever Naufal Rabbani

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago