/ piacw.com / dev / final / node_modules / es-abstract /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]5/2 years ago -  
[DIR]2015/2 years ago -  
[DIR]2016/2 years ago -  
[DIR]2017/2 years ago -  
[DIR]2018/2 years ago -  
[DIR]2019/2 years ago -  
[DIR]2020/2 years ago -  
[DIR]helpers/2 years ago -  
[DIR]operations/2 years ago - 0fb859dc fixed mobile overflwo options [كارل مبارك]
[DIR]test/2 years ago -  
[TXT]CHANGELOG.md2 years ago 16K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]GetIntrinsic.js2 years ago 11K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]LICENSE2 years ago1.1K0fb859dc fixed mobile overflwo options [كارل مبارك]
[TXT]README.md2 years ago2.0K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]es5.js2 years ago2.0K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]es6.js2 years ago 53 0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]es7.js2 years ago 53 0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]es2015.js2 years ago5.6K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]es2016.js2 years ago5.9K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]es2017.js2 years ago6.0K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]es2018.js2 years ago6.4K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]es2019.js2 years ago6.6K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]es2020.js2 years ago7.5K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]index.js2 years ago580 0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]package.json2 years ago4.1K0fb859dc fixed mobile overflwo options [كارل مبارك]
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.

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80