@loaders.gl/core
Version:
The core API for working with loaders.gl loaders and writers
8 lines • 399 B
TypeScript
import type { LoaderContext, LoaderOptions, FetchLike } from '@loaders.gl/loader-utils';
/**
* Gets the current fetch function from options and context
* @param options
* @param context
*/
export declare function getFetchFunction(options?: LoaderOptions, context?: Omit<LoaderContext, 'fetch'> & Partial<Pick<LoaderContext, 'fetch'>>): FetchLike;
//# sourceMappingURL=get-fetch-function.d.ts.map