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

StringEx.SafeInteger.fromNumber

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

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

§Parameters

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