We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc5189 commit 0910525Copy full SHA for 0910525
src/utils/output/index.mts
@@ -5,13 +5,11 @@
5
6
export { outputResult } from '../output.mts'
7
export { simpleOutput } from '../simple-output.mts'
8
-// Note: These functions may not exist yet in output-formatting.mts
9
-// This is a proposed organization - implement as needed
10
export { colorOrMarkdown } from '../color-or-markdown.mts'
11
export {
12
- markdownTable,
13
- markdownList,
14
- markdownCode
+ mdTable,
+ mdTableOfPairs,
+ mdTableStringNumber
15
} from '../markdown.mts'
16
17
// Output type constants
0 commit comments