UNPKG

@sprucelabs/schema

Version:

Static and dynamic binding plus runtime validation and transformation to ensure your app is sound. 🤓

4 lines (3 loc) • 65 B
export type Optional<T> = { [P in keyof T]?: T[P] | null; };