server/packages/plugin-kit/index.ts

5 lines
180 B
TypeScript
Raw Normal View History

// biome-ignore lint/performance/noBarrelFile: <explanation>
export { Hooks } from "./hooks.ts";
export { Plugin } from "./plugin.ts";
export type { Manifest } from "./schema.ts";