UNPKG

one

Version:

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

4 lines (2 loc) 104 B
import { resolve } from 'node:path' export const toAbsolute = (p: string) => resolve(process.cwd(), p)