UNPKG

text-header-case

Version:

Convert into a dash separated text of capitalized words

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