UNPKG

@typedin/music-utilities

Version:

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

3 lines (2 loc) 156 B
import type { Interval, Note } from "../types/index.js"; export declare function intervalAnalyzer(firstNote: Note, secondNote: Note): Interval | undefined;