Files
codeql-action/node_modules/function-bind/index.js
T

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

6 lines
126 B
JavaScript
Raw Normal View History

2020-09-14 10:42:37 +01:00
'use strict';
var implementation = require('./implementation');
module.exports = Function.prototype.bind || implementation;