Package Exports
- qs-type
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (qs-type) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
安装
npm i qs-type
导入
const qs = require('./qs-type');
使用方法
- 判断数据类型
console.log(getType(传入指定的数据))
协议
MIT