escape-path-delimiters.d.ts 96 B

1
  1. export default function escapePathDelimiters(segment: string, escapeEncoded?: boolean): string;