eslint-config-airbnb-standard
Version:
Airbnb's JS ESLint config + JS Standard Style + semicolons
19 lines (13 loc) • 417 B
JavaScript
;
var callBind = require('es-abstract/helpers/callBind');
var define = require('define-properties');
var implementation = require('./implementation');
var getPolyfill = require('./polyfill');
var shim = require('./shim');
var boundMatchAll = callBind(implementation);
define(boundMatchAll, {
getPolyfill: getPolyfill,
implementation: implementation,
shim: shim
});
module.exports = boundMatchAll;