UNPKG

ngx-sp-infra

Version:
8 lines (7 loc) 347 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PhoneFormatPipe implements PipeTransform { transform(value: number | string): string; static ɵfac: i0.ɵɵFactoryDeclaration<PhoneFormatPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<PhoneFormatPipe, "phoneFormat", true>; }