UNPKG

text-path-case

Version:

Convert into a lower case text with slashes between words

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