Skip to content

Commit de2f205

Browse files
committed
Export ParamItems and ParamTypes at top level
Fixes #577
1 parent e542fcc commit de2f205

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ export type {
2020
LogicalOperatorNewline,
2121
FormatOptions,
2222
} from './FormatOptions.js';
23+
export type { ParamItems } from './formatter/Params.js';
24+
export type { ParamTypes } from './lexer/TokenizerOptions.js';
2325
export type { DialectOptions } from './dialect.js';

0 commit comments

Comments
 (0)