server/packages/plugin-kit/index.ts

6 lines
123 B
TypeScript
Raw Normal View History

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