File "index.js"

Full Path: C:/wamp64/www/Seleccion/node_modules/function-bind/index.js
File size: 126 bytes
MIME-type: text/plain
Charset: utf-8

'use strict';

var implementation = require('./implementation');

module.exports = Function.prototype.bind || implementation;