UNPKG

stnl

Version:

A simple, opinionated schema library built for performance

2 lines (1 loc) 58 B
export type Evaluate<T> = { [K in keyof T] : T[K] } & {};