Highcharts: add missing wrap method to Static (#18174)

* Highcharts: add missing wrap method to Static

* Update index.d.ts

* fix trailing spaces

* Update index.d.ts

* Update index.d.ts
This commit is contained in:
Felix Itzenplitz 2017-07-25 22:15:28 +02:00 committed by Andy
parent b269ac560f
commit f5cbf034d1

View File

@ -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;
}
/**