UNPKG

@vuedoc/parser

Version:

Generate a JSON documentation for a Vue file

7 lines 220 B
import { AbstractLiteralEntry } from './AbstractLiteralEntry.js'; export class NameEntry extends AbstractLiteralEntry { constructor(value) { super('name', value); } } //# sourceMappingURL=NameEntry.js.map