Skip to content

Commit

Permalink
feat(mod): export related types
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Jun 5, 2024
1 parent c1e2c6f commit c96d49a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
export { denoSpecifierPlugin } from "./plugin.ts";
export {
denoSpecifierPlugin,
type DenoSpecifierPluginOptions,
} from "./plugin.ts";
export { type Plugin } from "esbuild";

0 comments on commit c96d49a

Please sign in to comment.