Skip to content

Commit 8ba89bd

Browse files
authored
(fix)export formatter types (FIR-18839) (#33)
1 parent f7ad3c4 commit 8ba89bd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/index.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@ export type {
3030
export { OutputFormat } from "./types";
3131
export { EngineStatusSummary } from "./service/engine/types";
3232
export { isDateType, isNumberType } from "./statement/dataTypes";
33-
export { Tuple } from "./formatter";
33+
export {
34+
Tuple,
35+
PGDate,
36+
TimestampTZ,
37+
TimestampNTZ,
38+
QueryFormatter
39+
} from "./formatter";
3440

3541
export type { Connection } from "./connection";
3642
export type { Meta } from "./meta";

0 commit comments

Comments
 (0)