SafeInteger.fromStringCopyimport { SafeInteger } from "https://raw.githubusercontent.com/i-xi-dev/string.es/6.0.5/deps.ts"; const { fromString } = SafeInteger;function fromString(source?: string, options?: FromOptions): SafeInteger;§fromString(source?: string, options?: FromOptions): SafeInteger[src]§Parameters§source?: string optional[src]§options?: FromOptions optional[src]§Return Type§SafeInteger[src]