Files
codeql-action/node_modules/object.groupby/polyfill.js
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
153 B
JavaScript
Raw Normal View History

2023-08-01 03:35:02 -07:00
'use strict';
var implementation = require('./implementation');
module.exports = function getPolyfill() {
return Object.groupBy || implementation;
};