UNPKG

ngx-international-phone-numberv3

Version:
6 lines (5 loc) 205 B
import { PipeTransform } from '@angular/core'; import { Country } from './country.model'; export declare class CountryPipe implements PipeTransform { transform(value: Country[], args?: string): any; }