UNPKG

alacritty-theme-switch

Version:
9 lines 251 B
/** * Convert a URL or string to a path. * * @param pathUrl A URL or string to be converted. * * @returns The path as a string. */ export declare function toPathString(pathUrl: string | URL): string; //# sourceMappingURL=_to_path_string.d.ts.map