Skip to content

Commit

Permalink
export type
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoMoretti committed Jan 6, 2025
1 parent 912a334 commit 3b0fba6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/curly-snakes-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"mdcast": patch
---

export type
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { Platforms } from "./types/global-options";
import { getPackageInfo } from "./utils/get-package-info";
import { init } from "./commands/init";

export { MdCastConfigInput } from "./config/schema";

async function main() {
const packageInfo = await getPackageInfo();

Expand Down

0 comments on commit 3b0fba6

Please sign in to comment.