Test coverage for is(value) (#86)

This commit is contained in:
Adam Babcock 2019-04-28 03:15:11 -05:00 committed by Sindre Sorhus
parent 120f74ab63
commit 373605e40d
2 changed files with 116 additions and 56 deletions

View file

@ -16,6 +16,7 @@ export const enum TypeName {
number = 'number',
symbol = 'symbol',
Function = 'Function',
Generator = 'Generator',
GeneratorFunction = 'GeneratorFunction',
AsyncFunction = 'AsyncFunction',
Observable = 'Observable',