samuelmarina/is-even

Request for typings

Opened this issue · 1 comments

I'd like to use it in a typescript project

Here you go

type Input = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19;
type Output = boolean

declare function isEven (input: Input): Output;

only supports up to 20 tho