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