selfcarebot/node_modules/header-case/dist/index.d.ts

4 lines
138 B
TypeScript
Raw Normal View History

2023-03-30 06:02:54 +00:00
import { Options } from "capital-case";
export { Options };
export declare function headerCase(input: string, options?: Options): string;