UNPKG

my-test123

Version:
6 lines (5 loc) 215 B
import { User } from 'ngx-login-client'; import { PipeTransform } from '@angular/core'; export declare class AlmUserName implements PipeTransform { transform(userObj?: User | null, notFound?: string): string; }