UNPKG

@lab900/typescript-serializer

Version:

JSON serialization/deserialization of Typescript objects

2 lines (1 loc) 126 B
export declare function dateDeserializer<T extends string | number | boolean>(sourceObject: T, type: any, key: string): Date;