UNPKG

@stryker-mutator/core

Version:

The extendable JavaScript mutation testing framework

4 lines (2 loc) 108 B
import { LoggingEvent } from 'log4js'; export type RuntimeAppender = (loggingEvent: LoggingEvent) => void;