8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
At the moment, GeneratorFunction is not modelled in the n4js built-in types.
Check example:
const t: GeneratorFunction = function*() { // ... } t.name; // XPECT no error t.length; // XPECT no error