GT2/GT2-iOS/node_modules/camel-case/camel-case.d.ts

4 lines
114 B
TypeScript
Raw Normal View History

2018-02-12 17:26:06 +00:00
declare function camelCase (value: string, locale?: string, mergeNumbers?: boolean): string;
export = camelCase;