UNPKG

@altostra/core

Version:

Core library for shared types and logic

7 lines (6 loc) 215 B
import * as agents from "./agents"; import * as reporters from "./reporters"; export { reporters, agents }; export * from "./ITelemetryAgent"; export * from "./ITelemetryReporter"; export * from "./TelemetryEvent";