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

StringEx.SafeInteger.fromString

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

const { fromString } = StringEx.SafeInteger;
function fromString(source?: string, options?: FromOptions): SafeInteger;
§
fromString(source?: string, options?: FromOptions): SafeInteger
[src]

§Parameters

§
source?: string optional
[src]
§
options?: FromOptions optional
[src]