UNPKG

@opra/common

Version:
6 lines (5 loc) 161 B
import { Literal } from '../abstract/literal.js'; export declare class StringLiteral extends Literal { constructor(value: string); toString(): string; }