UNPKG

@opra/common

Version:
6 lines (5 loc) 159 B
import { Literal } from '../abstract/literal.js'; export declare class BooleanLiteral extends Literal { value: boolean; constructor(value: boolean); }