UNPKG

@jbrowse/core

Version:

JBrowse 2 core libraries used by plugins

8 lines (7 loc) 562 B
import type PluginManager from '../../PluginManager.ts'; import type { FileLocation, UriLocation } from '../types/index.ts'; import type { Fetcher, GenericFilehandle } from 'generic-filehandle2'; export declare function resolveUriLocation(location: UriLocation): UriLocation; export declare function openLocation(location: FileLocation, pluginManager?: PluginManager): GenericFilehandle; export declare function getFetcher(location: FileLocation, pluginManager?: PluginManager): Fetcher; export { RemoteFileWithRangeCache } from './RemoteFileWithRangeCache.ts';