UNPKG

dot-case

Version:

Transform into a lower case string with a period between words

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