UNPKG

dinou

Version:

Dinou is a modern React 19 framework with React Server Components, Server Functions, and streaming SSR.

6 lines (3 loc) 136 B
import path from "node:path"; const normalizePath = (p) => p.split(path.sep).join(path.posix.sep); export default normalizePath;