1 | ;
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | exports.Chart = void 0;
|
4 | const extend_1 = require("./extend");
|
5 | const library_1 = require("./library");
|
6 | const runtime_1 = require("./runtime");
|
7 | exports.Chart = (0, extend_1.extend)(runtime_1.Runtime, library_1.library);
|
8 | //# sourceMappingURL=chart.js.map |
\ | No newline at end of file |