server/packages/plugin-kit/index.ts
2025-04-10 19:15:31 +02:00

4 lines
119 B
TypeScript

export { Hooks } from "./hooks.ts";
export { Plugin } from "./plugin.ts";
export type { Manifest } from "./schema.ts";