Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/froebel/types.ts>IsNumberString

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

Type Parameters

T extends string
definition: IsNumberString_<T extends `-${infer R}` ? R : T>