NullObject
Create a null prototype Object. The created object will have no methods.
Table of Contents
Install
npm i @neumatter/null-object
Usage
import NullObject from '@neumatter/null-object'
const nullObject = new NullObject()
// use nullObject