UNPKG

292 BTypeScriptView Raw
1import * as ts from 'typescript';
2/**
3 * An object that is capable of emitting stuff.
4 */
5export interface Emitter {
6 /**
7 * Attempts to emit stuff.
8 *
9 * @return the result of attempting to emit stuff.
10 */
11 emit(): ts.EmitResult;
12}
13//# sourceMappingURL=emitter.d.ts.map
\No newline at end of file