@controladad/ng-base
Version:
Everything you need for Angular
7 lines (6 loc) • 312 B
TypeScript
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;
};