export 'connect'

This commit is contained in:
Yotam Mann 2019-07-30 10:24:13 -04:00
parent 84a8fb0255
commit c0bd377805

View file

@ -17,3 +17,4 @@ export { Emitter } from "./util/Emitter";
export { Tone } from "./Tone";
export { Destination } from "./context/Destination";
export { Transport } from "./clock/Transport";
export * from "./Connect";