sigplot-ts
Version:
TypeScript-based Integration Library for SigPlot 2.0
12 lines • 349 B
JavaScript
/**
* Author: Thomas Goodwin
* Company: Geon Technologies, LLC
*/
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./line/index"));
__export(require("./raster/index"));
//# sourceMappingURL=index.js.map
;