make separate signal module

This commit is contained in:
alex 2022-04-13 17:41:48 +01:00
parent f75da0e2e3
commit 050296d0c2
3 changed files with 39 additions and 33 deletions

View file

@ -4,6 +4,7 @@ import Fraction from './fraction.mjs';
export {Fraction};
export * from './hap.mjs';
export * from './pattern.mjs';
export * from './signal.mjs';
export * from './state.mjs';
export * from './timespan.mjs';
export * from './util.mjs';