UNPKG

is-two

Version:

This is an efficient package help you determine if a number is two or not!

2 lines (1 loc) 54 B
export declare const isTwo: (num: number) => boolean;