UNPKG

@opra/common

Version:
7 lines (6 loc) 185 B
import { Literal } from '../abstract/literal.js'; export declare class DateLiteral extends Literal { value: string; constructor(value: string | Date); toString(): string; }