solved Lab

This commit is contained in:
schrom01
2022-12-21 20:45:47 +01:00
commit 59bac579b4
435 changed files with 63086 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
'use strict';
var bind = require('function-bind');
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);