UNPKG

@opra/common

Version:
8 lines (7 loc) 160 B
import { Literal } from '../abstract/literal.js'; export class NullLiteral extends Literal { value = null; constructor() { super(null); } }