Tone.js/Tone/source/index.ts

5 lines
211 B
TypeScript
Raw Normal View History

2019-07-11 13:57:06 +00:00
export { Noise } from "./Noise";
export { Oscillator } from "./oscillator/Oscillator";
export { ToneOscillatorNode } from "./oscillator/OscillatorNode";
export { ToneBufferSource } from "./buffer/BufferSource";