mirror of
https://github.com/github/codeql-action.git
synced 2026-05-16 00:00:30 +00:00
6 lines
305 B
TypeScript
6 lines
305 B
TypeScript
import { Options } from "pascal-case";
|
|
export { Options };
|
|
export declare function camelCaseTransform(input: string, index: number): string;
|
|
export declare function camelCaseTransformMerge(input: string, index: number): string;
|
|
export declare function camelCase(input: string, options?: Options): string;
|