Dashboard sipadu mbip
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
root d8c1b4a1be initial vor 5 Jahren
..
.github initial vor 5 Jahren
helpers initial vor 5 Jahren
operations initial vor 5 Jahren
test initial vor 5 Jahren
.editorconfig initial vor 5 Jahren
.eslintrc initial vor 5 Jahren
.nycrc initial vor 5 Jahren
.travis.yml initial vor 5 Jahren
CHANGELOG.md initial vor 5 Jahren
GetIntrinsic.js initial vor 5 Jahren
LICENSE initial vor 5 Jahren
Makefile initial vor 5 Jahren
README.md initial vor 5 Jahren
es5.js initial vor 5 Jahren
es6.js initial vor 5 Jahren
es7.js initial vor 5 Jahren
es2015.js initial vor 5 Jahren
es2016.js initial vor 5 Jahren
es2017.js initial vor 5 Jahren
es2018.js initial vor 5 Jahren
es2019.js initial vor 5 Jahren
index.js initial vor 5 Jahren
package.json initial vor 5 Jahren

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.