UNPKG

@jbrowse/plugin-wiggle

Version:

JBrowse 2 wiggle adapters, tracks, etc.

5 lines (4 loc) 146 B
import type { Feature } from '@jbrowse/core/util'; export declare function stringifyBedGraph({ features }: { features: Feature[]; }): string;