joonhocho / tsdef

TypeScript common pattern shortcut definitions / utility gist library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`IsAny` doesn't work with `never` as second arg

DetachHead opened this issue · comments

//expected: false
//actual: never
declare const foo: IsAny<number, never, false>

image