Skip to content

Commit 52436f8

Browse files
committed
feat(index): export validate command and functions
Export validateCommand and validateLinks from index.ts to make them available for external consumption and CLI integration.
1 parent 60c8941 commit 52436f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ export {
8080
// Command functions for programmatic access
8181
export { convertCommand } from './commands/convert.js';
8282
export { indexCommand } from './commands/index.js';
83+
export { validateCommand, validateLinks } from './commands/validate.js';
8384

8485
// Type definitions
8586
export type {

0 commit comments

Comments
 (0)