UNPKG

@signalk/streams

Version:

Utilities for handling streams of Signal K data

5 lines 254 B
export { default as Simple } from './simple'; export { default as Execute } from './execute'; export { getLogger, getFullLogDir, listLogFiles } from './logging'; export type { CreateDebug, DebugLogger } from './types'; //# sourceMappingURL=index.d.ts.map