Skip to content

Instantly share code, notes, and snippets.

@johnnybenson
Last active October 30, 2020 18:11
Show Gist options
  • Save johnnybenson/e9cb96efb3508e3c80038468c7a2b004 to your computer and use it in GitHub Desktop.
Save johnnybenson/e9cb96efb3508e3c80038468c7a2b004 to your computer and use it in GitHub Desktop.
is Integer
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