UNPKG

@firestitch/address

Version:
6 lines (5 loc) 195 B
import { AddressFormat } from './../enums/address-format.enum'; export declare function addressFormat(address: any, options?: { format?: AddressFormat; includeFirst?: number; }): string;