Skip to content

Commit

Permalink
Merge pull request #4 from apaleslimghost/patch-1
Browse files Browse the repository at this point in the history
export some internals for more flexible programmatic usage
  • Loading branch information
matejchalk authored Apr 23, 2024
2 parents 52fbe99 + 59381ce commit 320ccd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ export async function zod2md(options: Options): Promise<string> {
return formatModelsAsMarkdown(models, options);
}

export { convertSchemas, formatModelsAsMarkdown, loadZodSchemas }

export type { Config, Options } from './types';

0 comments on commit 320ccd7

Please sign in to comment.