UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

5 lines (4 loc) 128 B
import { posix } from 'path'; export function normalizeRelativePath(...str) { return posix.resolve('/', ...str).slice(1); }