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

StringEx.SafeInteger.toString

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

const { toString } = StringEx.SafeInteger;
function toString(source: SafeInteger): string;
§
toString(source: SafeInteger): string
[src]

§Parameters

§Return Type

§
string
[src]