1
0
Files

6 lines
126 B
JavaScript
Raw Permalink Normal View History

2020-05-15 15:25:57 -04:00
'use strict';
var implementation = require('./implementation');
module.exports = Function.prototype.bind || implementation;