UNPKG

convert-csv-to-json2

Version:
9 lines (7 loc) 393 B
declare function trimPropertyName(isTrimHeaderFieldWhiteSpace: boolean, value: string): string; declare function getValueFormatByType(value: string | undefined): string | number | boolean; declare const _default: { trimPropertyName: typeof trimPropertyName; getValueFormatByType: typeof getValueFormatByType; }; export { _default as default, getValueFormatByType, trimPropertyName };