6 lines
126 B
JavaScript
Raw Permalink Normal View History

2023-09-20 19:01:22 +08:00
'use strict';
var implementation = require('./implementation');
module.exports = Function.prototype.bind || implementation;