mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-17 14:05:12 +00: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
|