@loaders.gl/csv
Version:
Framework-independent loader for CSV and DSV table formats
12 lines • 331 B
TypeScript
export declare const Papa: {
RECORD_SEP: string;
UNIT_SEP: string;
BYTE_ORDER_MARK: string;
BAD_DELIMITERS: string[];
WORKERS_SUPPORTED: boolean;
NODE_STREAM_INPUT: number;
LocalChunkSize: number;
RemoteChunkSize: number;
DefaultDelimiter: string;
};
//# sourceMappingURL=papa-constants.d.ts.map