mirror of
https://github.com/sern-handler/website
synced 2026-06-26 01:32:26 +00:00
9 lines
184 B
TypeScript
9 lines
184 B
TypeScript
/**
|
|
* @param {URL | string} path
|
|
* File URL.
|
|
* @returns {string}
|
|
* File URL.
|
|
*/
|
|
export function urlToPath(path: URL | string): string
|
|
export {isUrl} from './minurl.shared.js'
|