UNPKG

constant-case

Version:

Transform into upper case string with an underscore between words

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