UNPKG

@esri/arcgis-rest-request

Version:

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

6 lines (5 loc) 320 B
import { IRequestOptions } from "./IRequestOptions.js"; /** * Helper for methods with lots of first order request options to pass through as request parameters. */ export declare function appendCustomParams<T extends IRequestOptions>(customOptions: T, keys: Array<keyof T>, baseOptions?: Partial<T>): IRequestOptions;