Type Alias BigIntLiteral<X, B>

BigIntLiteral<X, B>: X & {
    bigint: B;
    raw: null | BigIntRawValue;
    regex: null;
    type: "Literal";
    value: null;
}

Type Parameters

  • X
  • B extends string