source:
node_modules/@swagger-api/apidom-ast/es/yaml/nodes/YamlDocument.mjs@
d24f17c
Last change on this file since d24f17c was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 127 bytes |
Line | |
---|---|
1 | import Node from "../../Node.mjs"; |
2 | class YamlDocument extends Node { |
3 | static type = 'document'; |
4 | } |
5 | export default YamlDocument; |
Note:
See TracBrowser
for help on using the repository browser.