UNPKG

@vulcan-sql/core

Version:
3 lines (2 loc) 221 B
export declare const canBeNormalized: (type: string) => boolean; export declare const normalizeStringValue: (value: string | undefined, dataName: string, dataType: string) => string | number | boolean | Date | undefined;