UNPKG

@vuedoc/parser

Version:

Generate a JSON documentation for a Vue file

7 lines 253 B
import { AbstractLiteralEntry } from './AbstractLiteralEntry.js'; export class DescriptionEntry extends AbstractLiteralEntry { constructor(description) { super('description', description); } } //# sourceMappingURL=DescriptionEntry.js.map