UNPKG

@vuedoc/parser

Version:

Generate a JSON documentation for a Vue file

8 lines 246 B
import { AbstractEntry } from './AbstractEntry.js'; export class AbstractLiteralEntry extends AbstractEntry { constructor(kind, value) { super(kind); this.value = value; } } //# sourceMappingURL=AbstractLiteralEntry.js.map