Aktueller Stand
This commit is contained in:
8
backend/node_modules/find-my-way/lib/null-object.js
generated
vendored
Normal file
8
backend/node_modules/find-my-way/lib/null-object.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
'use strict'
|
||||
|
||||
const NullObject = function () {}
|
||||
NullObject.prototype = Object.create(null)
|
||||
|
||||
module.exports = {
|
||||
NullObject
|
||||
}
|
||||
Reference in New Issue
Block a user