Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "object/KeyedSafe"

Index

Type aliases

Type aliases

KeyedSafe

KeyedSafe: Keyed<T> & Obj<never>

Use an object type to make an object type using its keys as both keys and values. Additionally has a string index of never to allow safe property access.

Generated using TypeDoc