Skip to content

Welshman Docs / @welshman/lib / Obj

Type Alias: Obj<T> ​

Obj<T>: Record<string, T>

Defined in: packages/lib/src/Tools.ts:13

Type that is shorthand for Record<string, T>

Type Parameters ​

• T = any