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