(installer: PluginInstaller)
| 27 | readonly isBuiltIn?: boolean; |
| 28 | |
| 29 | install(installer: PluginInstaller): void; |
| 30 | } |
| 31 | |
| 32 | export const wrapEmit = (span: Span, ee: any, doError: boolean = true, stop: any = NaN) => { |
no outgoing calls
no test coverage detected