UNPKG

plogger-sdk

Version:

Typescript based frontend logging library compatible with multiple transports and JS/TS frameworks

5 lines (4 loc) 103 B
import { httpLog } from "./http-log"; export interface batchLog { readonly logBuffer: httpLog[]; }