UNPKG

@hokuto/jam-node

Version:

JAM Node TS, guardians and utils

6 lines (5 loc) 475 B
import { AtlasRequest, MapFeatureSchema, MapRequest, MapSchema, Properties } from "@hokuto/jam-core"; export declare function getJamData<T>(url: string, options?: Properties<string>): Promise<T>; export declare function getJamImage(baseurl: string, options?: Properties<string>): Promise<Blob>; export declare function getFeaturesMap(args: MapRequest): Promise<Partial<MapFeatureSchema>[]>; export declare function getFeaturesAtlas(args: AtlasRequest): Promise<MapSchema[]>;