'use strict'; var defineProperties = require('define-properties'); var implementation = require('./implementation'); var getPolyfill = require('./polyfill'); var shim = require('./shim'); var polyfill = getPolyfill(); var getGlobal = function () { return polyfill; }; defineProperties(getGlobal, { getPolyfill: getPolyfill, implementation: implementation, shim: shim }); module.exports = getGlobal;
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
test | Folder | 0755 |
|
|
.eslintrc | File | 192 B | 0644 |
|
.nycrc | File | 149 B | 0644 |
|
CHANGELOG.md | File | 10.39 KB | 0644 |
|
LICENSE | File | 1.06 KB | 0644 |
|
README.md | File | 2.65 KB | 0644 |
|
auto.js | File | 36 B | 0644 |
|
implementation.browser.js | File | 254 B | 0644 |
|
implementation.js | File | 40 B | 0644 |
|
index.js | File | 408 B | 0644 |
|
package.json | File | 2.36 KB | 0644 |
|
polyfill.js | File | 251 B | 0644 |
|
shim.js | File | 722 B | 0644 |
|