UNPKG

text-constant-case

Version:

Convert into upper case text with an underscore between words

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