Skip to main content
Module

x/scaffold/src/deps/npm.ts>isInteger

scaffold your next project with style and 💗
Latest
function isInteger
import { isInteger } from "https://deno.land/x/scaffold@0.3.0/src/deps/npm.ts";

An alternative to Number.isInteger() that properly acts as a type guard.

Type Parameters

T extends number

Returns

value is Integer<T>