makeBoolLiteral
export function makeBoolLiteral(args: {
site?: Site
value: string | boolean
}): BoolLiteral
Arguments
Name | Type | Description |
---|---|---|
args | { site?: Site value: string | boolean } |
Return value
BoolLiteral
export function makeBoolLiteral(args: {
site?: Site
value: string | boolean
}): BoolLiteral
Name | Type | Description |
---|---|---|
args | { site?: Site value: string | boolean } |
BoolLiteral