biobulkbende.org/node_modules/es-abstract
Tancre 0efda7fffe structure, layout and automation 2020-09-16 14:23:28 +02:00
..
.github structure, layout and automation 2020-09-16 14:23:28 +02:00
5 structure, layout and automation 2020-09-16 14:23:28 +02:00
2015 structure, layout and automation 2020-09-16 14:23:28 +02:00
2016 structure, layout and automation 2020-09-16 14:23:28 +02:00
2017 structure, layout and automation 2020-09-16 14:23:28 +02:00
2018 structure, layout and automation 2020-09-16 14:23:28 +02:00
2019 structure, layout and automation 2020-09-16 14:23:28 +02:00
2020 structure, layout and automation 2020-09-16 14:23:28 +02:00
helpers structure, layout and automation 2020-09-16 14:23:28 +02:00
operations structure, layout and automation 2020-09-16 14:23:28 +02:00
test structure, layout and automation 2020-09-16 14:23:28 +02:00
.editorconfig structure, layout and automation 2020-09-16 14:23:28 +02:00
.eslintignore structure, layout and automation 2020-09-16 14:23:28 +02:00
.eslintrc structure, layout and automation 2020-09-16 14:23:28 +02:00
.gitattributes structure, layout and automation 2020-09-16 14:23:28 +02:00
.nycrc structure, layout and automation 2020-09-16 14:23:28 +02:00
.travis.yml structure, layout and automation 2020-09-16 14:23:28 +02:00
CHANGELOG.md structure, layout and automation 2020-09-16 14:23:28 +02:00
GetIntrinsic.js structure, layout and automation 2020-09-16 14:23:28 +02:00
LICENSE structure, layout and automation 2020-09-16 14:23:28 +02:00
README.md structure, layout and automation 2020-09-16 14:23:28 +02:00
es5.js structure, layout and automation 2020-09-16 14:23:28 +02:00
es6.js structure, layout and automation 2020-09-16 14:23:28 +02:00
es7.js structure, layout and automation 2020-09-16 14:23:28 +02:00
es2015.js structure, layout and automation 2020-09-16 14:23:28 +02:00
es2016.js structure, layout and automation 2020-09-16 14:23:28 +02:00
es2017.js structure, layout and automation 2020-09-16 14:23:28 +02:00
es2018.js structure, layout and automation 2020-09-16 14:23:28 +02:00
es2019.js structure, layout and automation 2020-09-16 14:23:28 +02:00
es2020.js structure, layout and automation 2020-09-16 14:23:28 +02:00
index.js structure, layout and automation 2020-09-16 14:23:28 +02:00
package.json structure, layout and automation 2020-09-16 14:23:28 +02:00

README.md

es-abstract Version Badge

Build Status dependency status dev dependency status License Downloads

npm badge

browser support

ECMAScript spec abstract operations. When different versions of the spec conflict, the default export will be the latest version of the abstract operation. All abstract operations will also be available under an es5/es2015/es2016/es2017/es2018/es2019 entry point, and exported property, if you require a specific version.

Example

var ES = require('es-abstract');
var assert = require('assert');

assert(ES.isCallable(function () {}));
assert(!ES.isCallable(/a/g));

Tests

Simply clone the repo, npm install, and run npm test

Security

Please email @ljharb or see https://tidelift.com/security if you have a potential security vulnerability to report.