selfcarebot/node_modules/header-case/dist/index.d.ts
2023-03-30 06:02:54 +00:00

3 lines
138 B
TypeScript

import { Options } from "capital-case";
export { Options };
export declare function headerCase(input: string, options?: Options): string;