Variable OscillatorNode

    OscillatorNode: {
        prototype: OscillatorNode;
        new (context: BaseAudioContext, options?: OscillatorOptions): OscillatorNode;
    }