6 lines
126 B
Java
6 lines
126 B
Java
![]() |
'use strict';
|
||
|
|
||
|
var implementation = require('./implementation');
|
||
|
|
||
|
module.exports = Function.prototype.bind || implementation;
|