UNPKG

pondjs

Version:

A timeseries library build on top of immutable.js

5 lines (4 loc) 147 B
import { Logger } from '.'; declare const setup: (factory?: () => Logger) => void; declare const rootLogger: Logger; export { rootLogger, setup };