Variable AnalyserNode

    AnalyserNode: {
        prototype: AnalyserNode;
        new (context: BaseAudioContext, options?: AnalyserOptions): AnalyserNode;
    }