UNPKG

@lfai/egeria-js-commons

Version:

Common module for storing static data such as key value objects, SVGs, icon mappings, API urls.

4 lines (3 loc) 225 B
declare const egeriaFetch: (uri: string, method: string, headers: any, options: any) => Promise<any>; declare const fetchData: (uri: string, method: string, callback?: any) => Promise<any>; export { egeriaFetch, fetchData };