server/packages/plugin-kit/index.ts
2024-06-21 18:22:53 -10:00

6 lines
123 B
TypeScript

import { Plugin } from "./plugin";
import type { Manifest } from "./schema";
export type { Manifest };
export { Plugin };