6 lines
194 B
TypeScript
6 lines
194 B
TypeScript
export declare function getExportPathForDependencyWithOptions(dependencyPath: string, { platform, src, serverRoot }: {
|
|
platform: string;
|
|
serverRoot: string;
|
|
src: string;
|
|
}): string;
|