@mochabug/adapt-plugin-builder
Version:
This encapsulate the building an bundling logic for mochabug adapt plugins
13 lines • 362 B
TypeScript
export declare function findConfigEntrypoints(paths: Record<string, string>): {
name: string;
browser: string;
html: string;
ssg?: string;
}[];
export declare function findBrowserEntrypoints(paths: Record<string, string>): {
name: string;
browser: string;
html: string;
ssg?: string;
}[];
//# sourceMappingURL=entrypoints.d.ts.map