UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

6 lines (5 loc) 164 B
import { createPathArr } from './createPathArr.js'; export const removeLeadingSlash = (str) => { const path = createPathArr(str); return path.join('/'); };