mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 21:52:19 +00:00
5 lines
289 B
TypeScript
5 lines
289 B
TypeScript
import { Options } from "no-case";
|
|
export { Options };
|
|
export declare function pascalCaseTransform(input: string, index: number): string;
|
|
export declare function pascalCaseTransformMerge(input: string): string;
|
|
export declare function pascalCase(input: string, options?: Options): string;
|