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 60c8941 commit 52436f8Copy full SHA for 52436f8
src/index.ts
@@ -80,6 +80,7 @@ export {
80
// Command functions for programmatic access
81
export { convertCommand } from './commands/convert.js';
82
export { indexCommand } from './commands/index.js';
83
+export { validateCommand, validateLinks } from './commands/validate.js';
84
85
// Type definitions
86
export type {
0 commit comments