holdmyprobs/node_modules/vfile/lib/minurl.browser.d.ts
confignsk 1ae347f531
Some checks are pending
Deploy VitePress site to Pages / build (push) Waiting to run
full start
2025-05-28 01:32:04 +07:00

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