brand-music
Version:
Strongly typed music theory library
31 lines (28 loc) • 2.79 kB
TypeScript
import { Q as PitchInterval$1, R as PitchIntervalBrand, T as add, U as addChecked, H as piBetweenMnn, V as direction, W as divChecked, X as divRound, Y as divTrunc, Z as from, _ as fromNum, $ as fromNumRound, a0 as fromNumTrunc, a1 as fromUnknown, a2 as hasShape, a3 as mark, a4 as markNum, a5 as markUnknown, a6 as mul, a7 as mulChecked, a8 as mulRound, a9 as mulTrunc, aa as octaves, ab as picFromPi, ac as stFromPi, ad as sub, ae as subChecked } from './conversion-Up5xQw1n.js';
declare const PitchInterval_PitchIntervalBrand: typeof PitchIntervalBrand;
declare const PitchInterval_add: typeof add;
declare const PitchInterval_addChecked: typeof addChecked;
declare const PitchInterval_direction: typeof direction;
declare const PitchInterval_divChecked: typeof divChecked;
declare const PitchInterval_divRound: typeof divRound;
declare const PitchInterval_divTrunc: typeof divTrunc;
declare const PitchInterval_from: typeof from;
declare const PitchInterval_fromNum: typeof fromNum;
declare const PitchInterval_fromNumRound: typeof fromNumRound;
declare const PitchInterval_fromNumTrunc: typeof fromNumTrunc;
declare const PitchInterval_fromUnknown: typeof fromUnknown;
declare const PitchInterval_hasShape: typeof hasShape;
declare const PitchInterval_mark: typeof mark;
declare const PitchInterval_markNum: typeof markNum;
declare const PitchInterval_markUnknown: typeof markUnknown;
declare const PitchInterval_mul: typeof mul;
declare const PitchInterval_mulChecked: typeof mulChecked;
declare const PitchInterval_mulRound: typeof mulRound;
declare const PitchInterval_mulTrunc: typeof mulTrunc;
declare const PitchInterval_octaves: typeof octaves;
declare const PitchInterval_sub: typeof sub;
declare const PitchInterval_subChecked: typeof subChecked;
declare namespace PitchInterval {
export { PitchInterval$1 as PitchInterval, PitchInterval_PitchIntervalBrand as PitchIntervalBrand, PitchInterval_add as add, PitchInterval_addChecked as addChecked, piBetweenMnn as between, PitchInterval_direction as direction, PitchInterval_divChecked as divChecked, PitchInterval_divRound as divRound, PitchInterval_divTrunc as divTrunc, PitchInterval_from as from, PitchInterval_fromNum as fromNum, PitchInterval_fromNumRound as fromNumRound, PitchInterval_fromNumTrunc as fromNumTrunc, PitchInterval_fromUnknown as fromUnknown, PitchInterval_hasShape as hasShape, PitchInterval_mark as mark, PitchInterval_markNum as markNum, PitchInterval_markUnknown as markUnknown, PitchInterval_mul as mul, PitchInterval_mulChecked as mulChecked, PitchInterval_mulRound as mulRound, PitchInterval_mulTrunc as mulTrunc, PitchInterval_octaves as octaves, picFromPi as pic, stFromPi as semitones, PitchInterval_sub as sub, PitchInterval_subChecked as subChecked };
}
export { PitchInterval as P };