@ciag/sentinel-hub-wms
Version:
a API to create the sentinel ogs requests, and tools to apply on the data
9 lines (8 loc) • 346 B
TypeScript
import { SentinelHubWms } from "./WMS";
import { SentinelHubWfs } from "./WFS";
export declare let _SafeFetch: any;
export declare type ArgumentTypes<F extends Function> = F extends (...args: infer A) => any ? A : never;
export declare namespace SentinelHub {
const WMS: typeof SentinelHubWms;
const WFS: typeof SentinelHubWfs;
}