source:
node_modules/@swagger-api/apidom-ast/es/json/nodes/JsonKey.mjs@
d24f17c
Last change on this file since d24f17c was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 126 bytes |
Line | |
---|---|
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.