Chunte's picture
Chunte HF staff
Upload 1904 files
5de1c56 verified
raw
history blame contribute delete
No virus
126 Bytes
'use strict';
var implementation = require('./implementation');
module.exports = Function.prototype.bind || implementation;