3 lines
151 B
TypeScript
3 lines
151 B
TypeScript
// Re-export rather than the surface itself: a package's `exports` target may not escape its folder.
|
|
export * from "../src/plugin-host/plugin-api.ts";
|