Skip to main content
Module

x/froebel/types.ts>IsIntegerString

A strictly typed utility library.
Latest
type alias IsIntegerString
import { type IsIntegerString } from "https://deno.land/x/froebel@v0.23.2/types.ts";

Type Parameters

T extends string
definition: IsNumberString<T> extends false ? false : BitNot<Contains<T, ".">>