web-folder added

This commit is contained in:
Miisa Ekholm
2022-10-13 17:45:33 +03:00
parent 2dd4d78bc2
commit 52370df9ce
778 changed files with 98510 additions and 0 deletions

5
WebUI/node_modules/has/src/index.js generated vendored Normal file
View File

@@ -0,0 +1,5 @@
'use strict';
var bind = require('function-bind');
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);