UNPKG

path-case

Version:

Transform into a lower case string with slashes between words

4 lines (3 loc) 136 B
import { Options } from "no-case"; export type { Options }; export declare function pathCase(input: string, options?: Options): string;