UNPKG

@signatu/common-lib

Version:

Common Javascript/Typescript library for Signatu

8 lines (7 loc) 275 B
import { Country, CountrySpec } from './country'; export declare class Location extends Country { constructor(countryCode?: string); static readonly supportedCountries: CountrySpec[]; readonly locations: Array<any>; static fromJSON(json: string): Location; }