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