Files
showpic/node_modules/function-bind/index.js
T

6 lines
126 B
JavaScript
Raw Normal View History

2026-07-16 22:51:02 +08:00
'use strict';
var implementation = require('./implementation');
module.exports = Function.prototype.bind || implementation;