@esri/arcgis-rest-feature-service
Version:
Feature layer query and edit helpers for @esri/arcgis-rest-js
22 lines (21 loc) • 866 B
TypeScript
export * from "./add.js";
export * from "./addAttachment.js";
export * from "./addToServiceDefinition.js";
export * from "./applyEdits.js";
export * from "./createFeatureService.js";
export * from "./decodeValues.js";
export * from "./delete.js";
export * from "./deleteAttachments.js";
export * from "./getAllLayersAndTables.js";
export * from "./getAttachments.js";
export * from "./getLayer.js";
export * from "./getService.js";
export * from "./getServiceAdminInfo.js";
export * from "./getViewSources.js";
export * from "./helpers.js";
export * from "./query.js";
export * from "./queryRelated.js";
export * from "./update.js";
export * from "./updateAttachment.js";
export * from "./updateServiceDefinition.js";
export type { IFeature, ISpatialReference, IHasZM, GeometryType, IField, IFeatureSet, Units, IExtent, IGeometry } from "@esri/arcgis-rest-request";