JSPM

wuyujie

1.0.6
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 1
    • Score
      100M100P100Q19699F
    • License ISC

    A npm pacakge of es6, it's a function of determinating a variable is an array or not.

    Package Exports

    • wuyujie

    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 (wuyujie) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    A function of determinating a variable is an array or not.

    npm install judge_arr
    import isArr from 'judge_arr'
    
    var arr = [1, 2];
    console.log(isArr(arr));