UNPKG

ts-scikit

Version:

A scientific toolkit written in Typescript

6 lines (5 loc) 182 B
import * as dsp from './dsp'; import * as maths from './sgl'; import * as utils from './utils'; import * as exceptions from './exceptions'; export { dsp, maths, utils, exceptions };