server/packages/plugin-kit/index.ts

4 lines
119 B
TypeScript
Raw Normal View History

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