convert-csv-to-json2
Version:
Convert CSV to JSON
9 lines (7 loc) • 393 B
TypeScript
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 };