Empty object.

Type signature

GenericObject<unknown>;
export default empty

Examples

empty;
// ⇒ {}
Try in REPL

Questions

  • How to get an empty object?

TypeScript sourceJavaScript source