diff --git a/.changeset/thick-crabs-know.md b/.changeset/thick-crabs-know.md new file mode 100644 index 0000000..79bc556 --- /dev/null +++ b/.changeset/thick-crabs-know.md @@ -0,0 +1,5 @@ +--- +'annotation-comments': patch +--- + +Actually exports the `cleanCode()` function. diff --git a/packages/annotation-comments/src/index.ts b/packages/annotation-comments/src/index.ts index b252df9..fd2c790 100644 --- a/packages/annotation-comments/src/index.ts +++ b/packages/annotation-comments/src/index.ts @@ -1,3 +1,3 @@ export type * from './core/types' export * from './core/parse' -// export * from './core/clean' +export * from './core/clean'