UNPKG

sigplot-ts

Version:

TypeScript-based Integration Library for SigPlot 2.0

7 lines (6 loc) 159 B
/** * Author: Thomas Goodwin * Company: Geon Technologies, LLC */ export { LinePlotData } from './line-plot-data'; export { LinePlot } from './line-plot';