UNPKG

138 BTypeScriptView Raw
1import { Options } from "no-case";
2export type { Options };
3export declare function pascalCase(input: string, options?: Options): string;