Current section

Files

Jump to
gossamer src gossamer big_int.type.ts
Raw

src/gossamer/big_int.type.ts

// `bigint` is a JS primitive, not an object, but the type alias works
// the same way as for opaque object types.
export type BigInt$ = bigint;