UNPKG

@jsdocs-io/extractor

Version:

Analyze and extract the API from npm packages

4 lines (3 loc) 90 B
export function toForwardSlashes(s: string): string { return s.replace(/\\/g, '/'); }