Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gamtiq/isarray-shim

Shim for ECMAScript 5 Array.isArray
https://github.com/gamtiq/isarray-shim

Last synced: about 7 hours ago
JSON representation

Shim for ECMAScript 5 Array.isArray

Awesome Lists containing this project

README

        

# isarray-shim

Shim for ECMAScript 5 Array.isArray

## Installation

### [Component](https://github.com/componentjs/component)

component install gamtiq/isarray-shim

### [SPM](http://spmjs.io)

spm install isarray-shim

## Usage

var isArray = require("isarray-shim");
...
var test1 = Array.isArray(someObj1);
var test2 = isArray(someObj2);

## Licence

MIT