Aktueller Stand

This commit is contained in:
2026-01-22 19:05:45 +01:00
parent 85dee61a4d
commit e280e4eadb
1967 changed files with 397327 additions and 74093 deletions

8
backend/node_modules/find-my-way/lib/null-object.js generated vendored Normal file
View File

@@ -0,0 +1,8 @@
'use strict'
const NullObject = function () {}
NullObject.prototype = Object.create(null)
module.exports = {
NullObject
}