UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

7 lines (6 loc) 282 B
import { resolve } from "node:path"; import { pathToFileURL } from "node:url"; const toAbsolute = p => resolve(process.cwd(), p); const toAbsoluteUrl = p => pathToFileURL(resolve(process.cwd(), p)).href; export { toAbsolute, toAbsoluteUrl }; //# sourceMappingURL=toAbsolute.mjs.map