k-l-lambda's picture
node_mdodules added.
05a77ff
raw
history blame
126 Bytes
'use strict';
var implementation = require('./implementation');
module.exports = Function.prototype.bind || implementation;