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.5/deps.ts"; 

const { Resolved } = StringEx.SafeInteger.FromOptions;
type Resolved = Readonly<{
[_RESOLVED_MARKER]: true;
strict: boolean;
fallback: SafeInteger;
roundingMode: RoundingMode;
clampRange: NumberRange;
}
>
;

§Type

§
Readonly<{
[_RESOLVED_MARKER]: true;
strict: boolean;
fallback: SafeInteger;
roundingMode: RoundingMode;
clampRange: NumberRange;
}
>
[src]