UNPKG

@jbrowse/core

Version:

JBrowse 2 core libraries used by plugins

34 lines (33 loc) 689 B
export declare const feature: { strand: number; source: string; type: string; start: number; end: number; phase: number; derived_features: never[]; refName: string; id: string; parent: string; name: string; note: string; index: string; subfeatures: { strand: number; source: string; type: string; start: number; end: number; phase: number; derived_features: never[]; refName: string; parent: string; uniqueId: string; parentId: string; }[]; uniqueId: string; parentId: string; }; export declare const sequence: { seq: string; };