UNPKG

objectypes

Version:

A type-safe library to transform and validate objects

2 lines (1 loc) 75 B
export declare function castValue(expectedType: string, value?: any): any;