UNPKG

@awhere/api

Version:

The awesome aWhere API for JavaScript.

3 lines (2 loc) 168 B
export declare const stringParser: (value: string, type?: string) => string | boolean | Date; export declare const dataParser: (value: any, targetType: string) => any;