We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e542fcc commit de2f205Copy full SHA for de2f205
src/index.ts
@@ -20,4 +20,6 @@ export type {
20
LogicalOperatorNewline,
21
FormatOptions,
22
} from './FormatOptions.js';
23
+export type { ParamItems } from './formatter/Params.js';
24
+export type { ParamTypes } from './lexer/TokenizerOptions.js';
25
export type { DialectOptions } from './dialect.js';
0 commit comments