UNPKG

react-orchestra

Version:

A toolbox to build interactive and smart instruments on the web and mobile.

3 lines (2 loc) 120 B
declare const isInHigherOctave: (previousNote: string, nextNote: string) => boolean; export default isInHigherOctave;