UNPKG

@tsed/common

Version:
11 lines (10 loc) 264 B
/** * Get json type of the give value. * * ::: warning * Will be remove in v7 in favor of getJsonType from @tsed/schema. * ::: * * @deprecated Since 2020-12-01. Use getJsonType from @tsed/schema. */ export declare function getJsonType(value: any): string;