Show More
Commit Description:
utf8mb4
Commit Description:
utf8mb4
File last commit:
Show/Diff file:
Action:
node_modules/regexp.prototype.flags/index.js | 18 lines | 408 B | application/javascript | JavascriptLexer |
move datatable to yarn
r789 'use strict';
var define = require('define-properties');
var callBind = require('es-abstract/helpers/callBind');
var implementation = require('./implementation');
var getPolyfill = require('./polyfill');
var shim = require('./shim');
var flagsBound = callBind(implementation);
define(flagsBound, {
getPolyfill: getPolyfill,
implementation: implementation,
shim: shim
});
module.exports = flagsBound;