Tone.js/Tone/source/index.ts
2019-07-11 09:57:06 -04:00

4 lines
211 B
TypeScript

export { Noise } from "./Noise";
export { Oscillator } from "./oscillator/Oscillator";
export { ToneOscillatorNode } from "./oscillator/OscillatorNode";
export { ToneBufferSource } from "./buffer/BufferSource";