UNPKG

rwsdk

Version:

Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime

7 lines (6 loc) 197 B
import path, { relative } from "node:path"; export const getShortName = (file, root) => file === root ? "" : file.startsWith(root + path.sep) ? relative(root, file) : file;