UNPKG

moh-common-lib

Version:

A library of Angular components, services, and styles for B.C. Government Ministry of Health (MoH).

8 lines (7 loc) 295 B
import { Validator, AbstractControl, ValidatorFn } from '@angular/forms'; export declare const commonValidateBcPostal: ValidatorFn; export declare class ValidateBcPostalDirective implements Validator { validate(control: AbstractControl): { [key: string]: any; } | null; }