Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gamtiq/isarray-shim
- Owner: gamtiq
- Created: 2013-06-16T17:16:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-04T18:41:03.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T23:00:05.037Z (7 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
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