UNPKG

@syniol/iso-3166

Version:

ISO-3166 Standard for Country codes

8 lines (7 loc) 307 B
declare class Exception extends Error { } export declare const InvalidCountryNameException: Exception; export declare const InvalidAlpha2CodeNameException: Exception; export declare const InvalidAlpha3CodeNameException: Exception; export declare const InvalidNumericCodeNameException: Exception; export {};