source: node_modules/@swagger-api/apidom-ast/es/json/nodes/JsonNode.mjs@ cfc16a3

main
Last change on this file since cfc16a3 was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 90 bytes
Line 
1import Node from "../../Node.mjs";
2class JsonNode extends Node {}
3export default JsonNode;
Note: See TracBrowser for help on using the repository browser.