server/packages/plugin-kit/index.ts

7 lines
172 B
TypeScript
Raw Normal View History

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