/ stream.nieuweinstituut.nl / 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 -  
[DIR]test/2 years ago -  
[TXT]CHANGELOG.md40 years ago 21K 
[   ]GetIntrinsic.js40 years ago 89  
[   ]LICENSE40 years ago1.1K 
[TXT]README.md40 years ago1.7Kd768d73 docs [كارل مبارك]
[   ]es5.js40 years ago2.0K 
[   ]es6.js40 years ago 53  
[   ]es7.js40 years ago 53  
[   ]es2015.js40 years ago5.8K 
[   ]es2016.js40 years ago6.1K 
[   ]es2017.js40 years ago6.2K 
[   ]es2018.js40 years ago6.6K 
[   ]es2019.js40 years ago6.8K 
[   ]es2020.js40 years ago7.7K 
[   ]index.js40 years ago580 3e510ca test new git [كارل مبارك]
[   ]package.json2 years ago4.2K3e510ca test new git [كارل مبارك]
README.md

es-abstract Version Badge

dependency status dev dependency status License Downloads

npm badge

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