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

StringEx.SafeInteger.FromOptions.Resolved

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

const { Resolved } = StringEx.SafeInteger.FromOptions;
type Resolved = {
strict: boolean;
fallback: SafeInteger;
roundingMode: RoundingMode;
clampRange: NumberRange;
}
;

§Type

§
{
strict: boolean;
fallback: SafeInteger;
roundingMode: RoundingMode;
clampRange: NumberRange;
}
[src]