extension-develop
Version:
The develop step of Extension.js
7 lines (6 loc) • 330 B
TypeScript
/**
* Normalize a manifest-declared icon path so that leading "public/" segments
* are removed. This allows users on Windows who may specify "./public/..."
* to work consistently on macOS/Linux where the public folder resolves to "/".
*/
export declare function resolveIconPath(context: string, relativePath: string): string;