UNPKG

k8ts

Version:

Powerful framework for building Kubernetes manifests in TypeScript.

12 lines 336 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NodeGraphValidator = void 0; class NodeGraphValidator { options; constructor(options) { this.options = options; } validate(collection) { } } exports.NodeGraphValidator = NodeGraphValidator; //# sourceMappingURL=validator.js.map