frontend/.pnpm-store/v3/files/ca/a4fc4312e219b3048e29408e31ed9a48bb3d7af26a8999a8a30f2866516453ef45584d8347659783460df8c73106599e1e85f08f4560a1e4a937139030f661

10 lines
181 B
Plaintext

/**
* File URI to Path function.
*
* @param {String} uri
* @return {String} path
* @api public
*/
declare function fileUriToPath(uri: string): string;
export = fileUriToPath;