Add TypeName.Generator
This commit is contained in:
parent
c15534f9d5
commit
5145bdf847
2 changed files with 3 additions and 4 deletions
|
|
@ -16,6 +16,7 @@ export const enum TypeName {
|
|||
number = 'number',
|
||||
symbol = 'symbol',
|
||||
Function = 'Function',
|
||||
Generator = 'Generator',
|
||||
GeneratorFunction = 'GeneratorFunction',
|
||||
AsyncFunction = 'AsyncFunction',
|
||||
Observable = 'Observable',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue