PIbd-21_Danilov_V.V._Intern.../Lab3/node_modules/function-bind/index.js

6 lines
126 B
JavaScript
Raw Permalink Normal View History

2023-12-19 20:23:11 +04:00
'use strict';
var implementation = require('./implementation');
module.exports = Function.prototype.bind || implementation;