UNPKG

es7-array.prototype.includes

Version:

Polyfill for array.prototype.includes according to the ECMAScript 2019 specification.

26 lines (25 loc) 705 B
{ "name": "es7-array.prototype.includes", "version": "3.0.0", "description": "Polyfill for array.prototype.includes according to the ECMAScript 2019 specification.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Steditor/es7-array.prototype.includes.git" }, "keywords": [ "Array", "includes", "ECMAScript2019", "polyfill" ], "author": "Stefan Neubert", "license": "MIT", "bugs": { "url": "https://github.com/Steditor/es7-array.prototype.includes/issues" }, "homepage": "https://github.com/Steditor/es7-array.prototype.includes#readme" }