UNPKG

autosql

Version:

An auto-parser of JSON into SQL.

16 lines 660 B
export declare const groupings: { intGroup: string[]; specialIntGroup: string[]; textGroup: string[]; specialTextGroup: string[]; dateGroup: string[]; keysGroup: string[]; }; export declare const isNumeric: (type: string) => boolean; export declare const isInteger: (type: string) => boolean; export declare const isFloating: (type: string) => boolean; export declare const isText: (type: string) => boolean; export declare const isBoolean: (type: string) => type is "boolean"; export declare const isDate: (type: string) => boolean; export declare const isTime: (type: string) => type is "time"; //# sourceMappingURL=groupings.d.ts.map