source:
node_modules/@swagger-api/apidom-core/es/elements/Comment.mjs
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 217 bytes |
Line | |
---|---|
1 | import { StringElement } from 'minim'; |
2 | class Comment extends StringElement { |
3 | constructor(content, meta, attributes) { |
4 | super(content, meta, attributes); |
5 | this.element = 'comment'; |
6 | } |
7 | } |
8 | export default Comment; |
Note:
See TracBrowser
for help on using the repository browser.