UNPKG

jsii

Version:

[![Join the chat at https://cdk.Dev](https://img.shields.io/static/v1?label=Slack&message=cdk.dev&color=brightgreen&logo=slack)](https://cdk.dev) [![Build Status](https://github.com/aws/jsii-compiler/workflows/build/badge.svg)](https://github.com/aws/jsii

13 lines 292 B
import * as ts from 'typescript'; /** * An object that is capable of emitting stuff. */ export interface Emitter { /** * Attempts to emit stuff. * * @return the result of attempting to emit stuff. */ emit(): ts.EmitResult; } //# sourceMappingURL=emitter.d.ts.map