aswi2020vldc-gitlab/templetes/node_modules/function-bind/index.js @ 9bb1e829
1 |
'use strict'; |
---|---|
2 |
|
3 |
var implementation = require('./implementation'); |
4 |
|
5 |
module.exports = Function.prototype.bind || implementation; |