UNPKG

brand-music

Version:

Strongly typed music theory library

24 lines (21 loc) 2.16 kB
import { O as picBetweenPc, ab as picFromPi, af as picFromSemitones, g as icFromPic } from './conversion-Up5xQw1n.js'; import { A as ALL, M as MAX, a as MIN, P as PitchIntervalClass$1, b as PitchIntervalClassBrand, S as Shape, f as from, c as fromIntClamp, d as fromIntMod, e as fromNum, g as fromUnknown, h as hasShape, i as invert, m as mark, j as markNum, k as markUnknown } from './PitchIntervalClass-AHwI_N3-.js'; declare const PitchIntervalClass_ALL: typeof ALL; declare const PitchIntervalClass_MAX: typeof MAX; declare const PitchIntervalClass_MIN: typeof MIN; declare const PitchIntervalClass_PitchIntervalClassBrand: typeof PitchIntervalClassBrand; declare const PitchIntervalClass_Shape: typeof Shape; declare const PitchIntervalClass_from: typeof from; declare const PitchIntervalClass_fromIntClamp: typeof fromIntClamp; declare const PitchIntervalClass_fromIntMod: typeof fromIntMod; declare const PitchIntervalClass_fromNum: typeof fromNum; declare const PitchIntervalClass_fromUnknown: typeof fromUnknown; declare const PitchIntervalClass_hasShape: typeof hasShape; declare const PitchIntervalClass_invert: typeof invert; declare const PitchIntervalClass_mark: typeof mark; declare const PitchIntervalClass_markNum: typeof markNum; declare const PitchIntervalClass_markUnknown: typeof markUnknown; declare namespace PitchIntervalClass { export { PitchIntervalClass_ALL as ALL, PitchIntervalClass_MAX as MAX, PitchIntervalClass_MIN as MIN, PitchIntervalClass$1 as PitchIntervalClass, PitchIntervalClass_PitchIntervalClassBrand as PitchIntervalClassBrand, PitchIntervalClass_Shape as Shape, picBetweenPc as between, PitchIntervalClass_from as from, PitchIntervalClass_fromIntClamp as fromIntClamp, PitchIntervalClass_fromIntMod as fromIntMod, PitchIntervalClass_fromNum as fromNum, picFromPi as fromPi, picFromSemitones as fromSemitones, PitchIntervalClass_fromUnknown as fromUnknown, PitchIntervalClass_hasShape as hasShape, icFromPic as ic, PitchIntervalClass_invert as invert, PitchIntervalClass_mark as mark, PitchIntervalClass_markNum as markNum, PitchIntervalClass_markUnknown as markUnknown }; } export { PitchIntervalClass as P };