3 lines
108 B
TypeScript
3 lines
108 B
TypeScript
export { default } from "./lib/browser.js";
|
|
export type Options = import('./lib/create-plugin.js').Options;
|