UNPKG

@jbrowse/plugin-linear-genome-view

Version:

JBrowse 2 linear genome view

5 lines (4 loc) 270 B
import type { LinearGenomeViewModel } from '../model'; import type { Feature } from '@jbrowse/core/util'; import type { Region } from '@jbrowse/core/util/types'; export declare function fetchSequence(model: LinearGenomeViewModel, regions: Region[]): Promise<Feature[]>;