UNPKG

osmd-extended

Version:

Private / sponsor exclusive OSMD mirror/audio player.

9 lines (8 loc) 225 B
/** * Contains a skyline and a bottomline for a measure. */ export declare class SkyBottomLineCalculationResult { skyLine: number[]; bottomLine: number[]; constructor(skyLine: number[], bottomLine: number[]); }