UNPKG

@opra/common

Version:
7 lines (6 loc) 168 B
import { Term } from './term.js'; export declare abstract class Literal extends Term { value: any; protected constructor(value: any); toString(): string; }