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
/es6
/es7
exported property if you require a specific version.
Example
Tests
Simply clone the repo, npm install
, and run npm test