src/utils/api.md
Do not edit this file. It is a report generated by API Extractor.
// @public
export function copyLibFiles(dest: string, opts?: CopyLibFilesOptions): Promise<{
src: string;
dest: string;
}>;
// @public (undocumented)
export interface CopyLibFilesOptions {
debugDir?: boolean;
}
// @public (undocumented)
export interface LibDirOptions {
debugDir?: boolean;
}
// @public
export function libDirPath(opts?: LibDirOptions): string;
// @public
export function partytownRollup(opts?: PartytownRollupOptions): {
name: string;
};
// @public (undocumented)
export interface PartytownRollupOptions {
debug?: boolean;
dest?: string;
}
// @public
export function partytownVite(opts: PartytownViteOptions): {
name: string;
};
// @public (undocumented)
export interface PartytownViteOptions extends PartytownRollupOptions {
}
// (No @packageDocumentation comment for this package)