UNPKG

objectypes

Version:

A type-safe library to transform and validate objects

4 lines (3 loc) 52 B
export type Hashable = { [key: string]: any; };