isinteger(x: unknown): boolean
Checks if the input is an integer.
Returns true if the input is a number and is an integer (i.e., has no fractional part).
isinteger(x: unknown): boolean
Checks if the input is an integer.
Returns true if the input is a number and is an integer (i.e., has no fractional part).
import isinteger from "datatype/isinteger.ts";