UNPKG

@controladad/ng-base

Version:
3 lines (2 loc) 157 B
export declare function getFullName(obj: any, defaultValue?: string): string; export declare function toPascalCase(text: string | undefined | null): string;