UNPKG

@controladad/ng-base

Version:
7 lines (6 loc) 312 B
export declare function getFullName(obj: any, defaultValue?: string): string; export declare function toPascalCase(text: string | undefined | null): string; export declare const TextHelper: { toPascalCase(text: string | undefined | null): string; getFullName(obj: any, defaultValue?: string): string; };