{"_id":"@f/is-array","_rev":"334394","name":"@f/is-array","description":"Functional version of Array.isArray","dist-tags":{"latest":"1.1.1"},"maintainers":[{"name":"f","email":"registration@weo.io"}],"time":{"modified":"2021-06-08T13:13:34.000Z","created":"2015-12-16T15:56:41.665Z","1.1.1":"2015-12-16T15:56:41.665Z"},"users":{},"repository":{"type":"git","url":"git://github.com/micro-js/is-array.git"},"versions":{"1.1.1":{"name":"@f/is-array","description":"Functional version of Array.isArray","repository":{"type":"git","url":"git://github.com/micro-js/is-array.git"},"version":"1.1.1","license":"MIT","main":"lib/index.js","scripts":{"postversion":"git push && git push --tags && npm publish --access=public"},"dependencies":{},"devDependencies":{"tape":"^4.2.2"},"gitHead":"44f91aa886a9505f1b8a9d59c518709da783aa98","bugs":{"url":"https://github.com/micro-js/is-array/issues"},"homepage":"https://github.com/micro-js/is-array#readme","_id":"@f/is-array@1.1.1","_shasum":"cb3cd2f20016fc7b6d7049013c0318d75a222590","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"f","email":"registration@weo.io"},"dist":{"shasum":"cb3cd2f20016fc7b6d7049013c0318d75a222590","size":1263,"noattachment":false,"key":"/@f/is-array/-/@f/is-array-1.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@f/is-array/download/@f/is-array-1.1.1.tgz"},"maintainers":[{"name":"f","email":"registration@weo.io"}],"directories":{},"publish_time":1450281401665,"_cnpm_publish_time":1450281401665,"_hasShrinkwrap":false}},"readme":"\n# is-array\n\n[![Build status][travis-image]][travis-url]\n[![Git tag][git-image]][git-url]\n[![NPM version][npm-image]][npm-url]\n[![Code style][standard-image]][standard-url]\n\nFunctional version of Array.isArray\n\n## Installation\n\n    $ npm install @f/is-array\n\n## Usage\n\n```js\nvar isArray = require('@f/is-array')\n\nisArray([]) === true\nisArray({}) === false\n```\n\n## API\n\n### isArray(val)\n\n- `val` - An arbitrary value that may or may not be an array.\n\n**Returns:** A boolean value indicating whether or not `val` is an array.\n\n## License\n\nMIT\n\n[travis-image]: https://img.shields.io/travis/micro-js/is-array.svg?style=flat-square\n[travis-url]: https://travis-ci.org/micro-js/is-array\n[git-image]: https://img.shields.io/github/tag/micro-js/is-array.svg\n[git-url]: https://github.com/micro-js/is-array\n[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat\n[standard-url]: https://github.com/feross/standard\n[npm-image]: https://img.shields.io/npm/v/@f/is-array.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/@f/is-array\n","_attachments":{},"homepage":"https://github.com/micro-js/is-array#readme","bugs":{"url":"https://github.com/micro-js/is-array/issues"},"license":"MIT"}