knowledgebase_law/node_modules/vfile/lib/minurl.browser.d.ts

9 lines
232 B
TypeScript
Raw Normal View History

2025-04-11 23:47:09 +08:00
/**
* @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