Support for creating functions with a backstick operator inside command line prompt for PromptService.
Example
> use MyEventEmitter
> once SomeEvent `doSomething`
It is same as:
MyEventEmitter.once('SomeEvent', () => MyEventEmitter.doSomething())
See also
TODO
Support for creating functions with a backstick operator inside command line prompt for PromptService.
Example
It is same as:
See also
TODO