source:
trip-planner-front/node_modules/function-bind/index.js@
b738035
Last change on this file since b738035 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 126 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 1 | 'use strict'; |
2 | ||
3 | var implementation = require('./implementation'); | |
4 | ||
5 | module.exports = Function.prototype.bind || implementation; |
Note:
See TracBrowser
for help on using the repository browser.