UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

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