UNPKG

@esri/arcgis-rest-request

Version:

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

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