File size: 131 Bytes
a5d718a | 1 2 3 4 5 6 | 'use strict';
var implementation = require('./implementation');
module.exports = Function.prototype.bind || implementation;
|
a5d718a | 1 2 3 4 5 6 | 'use strict';
var implementation = require('./implementation');
module.exports = Function.prototype.bind || implementation;
|