diff --git a/types/highcharts/index.d.ts b/types/highcharts/index.d.ts index 4a252c899f..914fb83f96 100644 --- a/types/highcharts/index.d.ts +++ b/types/highcharts/index.d.ts @@ -6694,6 +6694,8 @@ declare namespace Highcharts { getOptions(): Options; map(array: any[], fn: Function): any[]; + + wrap(prototype: any, type: string, cb: (proceed: Function, ...args: any[]) => void): void; } /**