UNPKG

react-application-core

Version:

A react-based application core for the business applications.

8 lines (7 loc) 248 B
/** * @stable [25.07.2020] */ export declare class StringUtils { static readonly asCamelcase: (value: string | string[], options?: any) => string; static readonly asStringParameter: (value: any, returnUndef?: boolean) => string; }