mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-08 23:18:17 +08:00
9 lines
232 B
TypeScript
9 lines
232 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";
|
|
//# sourceMappingURL=minurl.browser.d.ts.map
|