1 | ;
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | exports.extend = void 0;
|
4 | function extend(Runtime, library) {
|
5 | class Chart extends Runtime {
|
6 | constructor(options) {
|
7 | super(Object.assign(Object.assign({}, options), { lib: library }));
|
8 | }
|
9 | }
|
10 | return Chart;
|
11 | }
|
12 | exports.extend = extend;
|
13 | //# sourceMappingURL=extend.js.map |
\ | No newline at end of file |