UNPKG

xpm

Version:

The xPack project manager command line tool

6 lines (5 loc) 148 B
import { Emitter } from './emitter'; export declare class SimpleEmitter implements Emitter { buffer: string; write(html: any): void; }