Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StringEx.SafeInteger.isPositiveSafeInteger

import { StringEx } from "https://raw.githubusercontent.com/i-xi-dev/string.es/6.0.5/deps.ts"; 

const { isPositiveSafeInteger } = StringEx.SafeInteger;

Determines whether the test is a positive safe integer.

function isPositiveSafeInteger(test: unknown): boolean;
§
isPositiveSafeInteger(test: unknown): boolean
[src]

§Parameters

§
test: unknown
[src]
  • The value to be tested

§Return Type

§
boolean
[src]

Whether the test is a positive safe integer.