Afanasev_Stepan_PIbd-21_IP/ИП 2 лаба/node_modules/function-bind/index.js
[USERNAME] 0dd26716dc Lab2-5
2024-01-10 16:11:49 +04:00

6 lines
126 B
JavaScript

'use strict';
var implementation = require('./implementation');
module.exports = Function.prototype.bind || implementation;