Newer
Older
alert / js / node_modules / function-bind / index.js
@Réz István Réz István on 18 Nov 2021 126 bytes first commit
'use strict';

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

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