edge-paths
Version:
Get the paths of edge browser easily
7 lines (6 loc) • 305 B
TypeScript
export declare function getEdgePath(): string;
export declare function getEdgeDevPath(): string;
export declare function getEdgeBetaPath(): string;
export declare function getEdgeCanaryPath(): string;
export declare function getAnyEdgeLatest(): string;
export declare function getAnyEdgeStable(): string;