UNPKG

@snyk/dep-graph

Version:

Snyk dependency graph library

6 lines 340 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ValidationError = void 0; const validation_error_1 = require("./validation-error"); Object.defineProperty(exports, "ValidationError", { enumerable: true, get: function () { return validation_error_1.ValidationError; } }); //# sourceMappingURL=index.js.map