UNPKG

vladdress

Version:

Lightweight Street Address Parser Written in TypeScript

8 lines (7 loc) 201 B
interface GetStateInfoResult { stateAbbreviation?: string; stateName?: string; trimmedString?: string; } export declare function getStateInfo(input: string): GetStateInfoResult; export {};