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