adding export as namespace

This commit is contained in:
Stephan Troyer 2016-12-08 00:14:19 +01:00
parent ef08762ba2
commit 6f5fed8bf3

2
chart.js/index.d.ts vendored
View File

@ -410,3 +410,5 @@ export class Chart {
global: ChartOptions;
}
}
export as namespace Chart;