Files
sk-tools/src/index.ts
2026-03-07 18:48:29 +01:00

14 lines
315 B
TypeScript

// SPDX-License-Identifier: MIT
export { toMarkdownTable } from "./markdown.ts";
export {
outputFiltered,
parseColumnSpec,
normalizeOutputFormat,
readJsonFromStdin,
readCsvFromStdin,
renderOutput,
renderCliOutput,
} from "./cli/utils.ts";
export { getConfigDir, getConfig } from "./config/index.ts";