• Login
    • Report A Bug
    • System Information
    • System Tests
    • System Policies
    • Code Documentation
    • Occam Source Code
    • Web Client Source Code
    • About Occam
    • Acknowledgements
    • Guides / Documentation
    • Publications

translation missing: en.flash.saving
translation missing: en.flash.error
  • Bibliography Data
  • Metadata
resource
  • git
    https://github.com/qix-/node-is-arrayish.git Source Repository
    QmfWxmE6xVHWaWV1Y4RiCxS76bhs2j2bVHH1f3msrFX5KX
    53f22aa6ce557d7d31a3d1152a590a2df220df9d
      QmfWxmE6xVHWaWV1Y4RiCxS76bhs2j2bVHH1f3msrFX5KX
      8ef97ff99d606e911aeaf003b86318b882b4fba1

      • Details
      • Files
      • History
        • Source

          https://github.com/qix-/node-is-arrayish.git

          node-is-arrayish Travis-CI.org Build Status Coveralls.io Coverage Rating

          Determines if an object can be used like an Array

          Example

          var isArrayish = require('is-arrayish');
          
          isArrayish([]); // true
          isArrayish({__proto__: []}); // true
          isArrayish({}); // false
          isArrayish({length:10}); // false
          

          License

          Licensed under the MIT License. You can find a copy of it in LICENSE.

          Related

          • maintainer

            npm

          Share

          • URL

            Copy
          • Embed Link

            Copy
          • QR Code

        • JavaScript must be enabled.

          There was an error retrieving this content.

          The content could not be found.

        • JavaScript must be enabled.

          There was an error retrieving this content.

          The content could not be found.

        Confirm
        Do you wish to proceed?

        Confirm message?