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) [![All Contributors](https://img.shields.io/github/all-contributors/aws/jsii/main?label=%E2%9C%A8%20All%20Con

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