UNPKG

sssx

Version:

Fast Svelte Static Site X – SSG/SSR focused on SEO for multi-million pages websites

5 lines (3 loc) 133 B
import path from "node:path"; export const getFullPath = (cwd: string, filename: string) => path.normalize(`${cwd}/${filename}`);