UNPKG

jscrs

Version:
5 lines (4 loc) 123 B
import { IReport } from "./report.i"; export interface ILogReporter { report(reporter: Map<string, IReport>): void }