'isInteger' utility function
Checks if a value is an integer.
// value - the value to check // { any = false } strict - if truthy, also checks JavaScript tyoe // {boolean } - true if number, false if not
'isInteger' utility function
Checks if a value is an integer.
// value - the value to check // { any = false } strict - if truthy, also checks JavaScript tyoe // {boolean } - true if number, false if not