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

1 lines 385 B
{"version":3,"file":"emitter.js","sourceRoot":"","sources":["../src/emitter.ts"],"names":[],"mappings":"","sourcesContent":["import * as ts from 'typescript';\n\n/**\n * An object that is capable of emitting stuff.\n */\nexport interface Emitter {\n /**\n * Attempts to emit stuff.\n *\n * @return the result of attempting to emit stuff.\n */\n emit(): ts.EmitResult;\n}\n"]}