UNPKG

openapi-graph-core

Version:

A TS library to manage large API projects defined by OpenAPIv3 specification.

11 lines (10 loc) 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RefEdge = void 0; const _1 = require("."); const RefEdge = class RefEdgeImpl extends _1.Edge { constructor(filePath, ref) { super(filePath, ref); } }; exports.RefEdge = RefEdge;