UNPKG

null-prototype-object

Version:

Fastest way for creating null-prototype objects in JavaScript

6 lines (4 loc) 86 B
declare const NullPrototypeObject: { new (): any; }; export = NullPrototypeObject;