UNPKG

@typedin/music-utilities

Version:

A set of resources and modules I use to develop music applications.

3 lines (2 loc) 152 B
import type { IScaleDegree, Note } from "../types/index.js"; export declare function endOn(scale: Array<IScaleDegree>, end: Note): Array<IScaleDegree>;