![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | 5/ | 2 years ago | - | |
![]() | 2015/ | 2 years ago | - | |
![]() | 2016/ | 2 years ago | - | |
![]() | 2017/ | 2 years ago | - | |
![]() | 2018/ | 2 years ago | - | |
![]() | 2019/ | 2 years ago | - | |
![]() | 2020/ | 2 years ago | - | |
![]() | helpers/ | 2 years ago | - | |
![]() | operations/ | 2 years ago | - | |
![]() | test/ | 2 years ago | - | |
![]() | CHANGELOG.md | 40 years ago | 21K | |
![]() | GetIntrinsic.js | 40 years ago | 89 | |
![]() | LICENSE | 40 years ago | 1.1K | |
![]() | README.md | 40 years ago | 1.7K | d768d73 docs [كارل مبارك] |
![]() | es5.js | 40 years ago | 2.0K | |
![]() | es6.js | 40 years ago | 53 | |
![]() | es7.js | 40 years ago | 53 | |
![]() | es2015.js | 40 years ago | 5.8K | |
![]() | es2016.js | 40 years ago | 6.1K | |
![]() | es2017.js | 40 years ago | 6.2K | |
![]() | es2018.js | 40 years ago | 6.6K | |
![]() | es2019.js | 40 years ago | 6.8K | |
![]() | es2020.js | 40 years ago | 7.7K | |
![]() | index.js | 40 years ago | 580 | 3e510ca test new git [كارل مبارك] |
![]() | package.json | 2 years ago | 4.2K | 3e510ca test new git [كارل مبارك] |
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.
var ES = require('es-abstract');
var assert = require('assert');
assert(ES.isCallable(function () {}));
assert(!ES.isCallable(/a/g));
Simply clone the repo, npm install
, and run npm test
Please email @ljharb or see https://tidelift.com/security if you have a potential security vulnerability to report.