Skip to content

BigInt

2 wrappers generated from BigInt and BigInt.prototype. Every entry takes a single object literal whose keys mirror the original parameter names, plus an optional prompt: string for the LLM path.

MethodFirst signature
asIntN
asIntN(input: { bits: number; int: bigint; prompt?: string }): Promise<bigint>
asUintN
asUintN(input: { bits: number; int: bigint; prompt?: string }): Promise<bigint>