astro-ghostcms/.pnpm-store/v3/files/ed/efa77c9b102bfbafcb8878667ad...

10 lines
212 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/// <reference lib="dom" />
/**
* @param {string | URL} path
* File URL.
* @returns {string}
* File URL.
*/
export function urlToPath(path: string | URL): string
export {isUrl} from './minurl.shared.js'