@f/is-array
Functional version of Array.isArray
Last updated 10 years ago by f .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @f/is-array 
SYNC missed versions from official npm registry.

is-array

Build status Git tag NPM version Code style

Functional version of Array.isArray

Installation

$ npm install @f/is-array

Usage

var isArray = require('@f/is-array')

isArray([]) === true
isArray({}) === false

API

isArray(val)

  • val - An arbitrary value that may or may not be an array.

Returns: A boolean value indicating whether or not val is an array.

License

MIT

Current Tags

  • 1.1.1                                ...           latest (10 years ago)

1 Versions

  • 1.1.1                                ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (1)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |