1
0
mirror of https://github.com/cp6/my-idlers.git synced 2024-11-16 23:42:32 +01:00
my-idlers/node_modules/function-bind/index.js

6 lines
126 B
JavaScript
Raw Normal View History

'use strict';
var implementation = require('./implementation');
module.exports = Function.prototype.bind || implementation;