VanyaAlekseev ccc3e790bb lab2
2023-12-03 16:59:28 +04:00

6 lines
126 B
JavaScript

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