thedesk/app/node_modules/function-bind/index.js

6 lines
126 B
JavaScript
Raw Permalink Normal View History

2019-09-13 00:38:13 +10:00
'use strict';
var implementation = require('./implementation');
module.exports = Function.prototype.bind || implementation;