Last active
October 30, 2020 18:11
-
-
Save johnnybenson/e9cb96efb3508e3c80038468c7a2b004 to your computer and use it in GitHub Desktop.
is Integer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const isInt = (num: number) => num % 1 === 0; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment