JSPM

qs-type

0.0.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • 0
    • Score
      100M100P100Q24113F
    • License MIT

    这是一个判断数据类型的包

    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