/object/empty
stdEmpty object.
Type signature
GenericObject<unknown>;
export default empty
Examples
empty;
// ⇒ {}
Try in REPL
Questions
- How to get an empty object?
GenericObject<unknown>;
export default empty
empty;
// ⇒ {}
Try in REPL