Variable OscillatorNode

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

    Type declaration