UNPKG

@esri/arcgis-rest-request

Version:

Common methods and utilities for @esri/arcgis-rest-js packages.

5 lines (4 loc) 103 B
/** * HTTP methods used by the ArcGIS REST API. */ export declare type HTTPMethods = "GET" | "POST";