Files
node-js-test/node_modules/function-bind/index.js
T

6 lines
126 B
JavaScript
Raw Normal View History

2026-05-19 22:10:51 -07:00
'use strict';
var implementation = require('./implementation');
module.exports = Function.prototype.bind || implementation;