UNPKG

@jbrowse/core

Version:

JBrowse 2 core libraries used by plugins

11 lines (10 loc) 303 B
export declare function splitString({ str, charactersPerRow, showCoordinates, currRemainder, spacingInterval, }: { str: string; charactersPerRow: number; showCoordinates: boolean; currRemainder?: number; spacingInterval?: number; }): { segments: any[]; remainder: number; };