UNPKG

378 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.extend = void 0;
4function 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}
12exports.extend = extend;
13//# sourceMappingURL=extend.js.map
\No newline at end of file