UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

7 lines (6 loc) 184 B
import { Country } from '../types/types'; type PostalCodeMatchers = Partial<{ [key in Country]: string; }>; export declare const postalCodeMatchers: PostalCodeMatchers; export {};