mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 00:27:58 +00:00
export 'connect'
This commit is contained in:
parent
84a8fb0255
commit
c0bd377805
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue