UNPKG

@hotglue/gluestick-ts

Version:

TypeScript version of the gluestick ETL library for hotglue IPaaS platform

7 lines 519 B
export { Reader } from './reader.js'; export { toExport, buildStringFormatVariables, formatStrSafely, getIndexSafely } from './etl-utils.js'; export { genSingerHeader, toSingerSchema, toSinger, deepConvertDatetimes, parseObjs, getCatalogSchema, parseDfCols } from './singer.js'; export type { ExportOptions } from './etl-utils.js'; export type { Catalog, CatalogStream, PolarsSchema } from './reader.js'; export type { SingerSchema, SingerHeaderMap, TypeMapping } from './singer.js'; //# sourceMappingURL=index.d.ts.map