UNPKG

text-dot-case

Version:

Convert into a lower case text with a period between words

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