makeIntLiteral
export function makeIntLiteral(args: {
site??: Site
value: bigint
}): IntLiteral
Arguments
1. args
args: {
site??: Site
value: bigint
}
Returns
IntLiteralexport function makeIntLiteral(args: {
site??: Site
value: bigint
}): IntLiteral
argsargs: {
site??: Site
value: bigint
}
IntLiteral