UNPKG

karma-typescript

Version:

Simplifying running unit tests with coverage for Typescript projects.

3 lines (2 loc) 108 B
import { EmitOutput } from "./emit-output"; export type CompileCallback = (emitOutput: EmitOutput) => void;