server/packages/plugin-kit/index.ts
2024-10-04 15:22:48 +02:00

7 lines
172 B
TypeScript

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