wallet-core/node_modules/camel-case/camel-case.d.ts

4 lines
114 B
TypeScript
Raw Normal View History

2017-05-03 15:35:00 +02:00
declare function camelCase (value: string, locale?: string, mergeNumbers?: boolean): string;
export = camelCase;