UNPKG

header-case

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