@dappnode/schemas
Version:
A shared TypeScript JSON schemas and its validation functions for the manifest and setup wizard dappnode files
5 lines • 319 B
JavaScript
export { validateComposeSchema } from "./validateComposeSchema.js";
export { validateManifestSchema } from "./validateManifestSchema.js";
export { validateSetupWizardSchema } from "./validateSetupWizardSchema.js";
export { validateDappnodeCompose } from "./validateDappnodeCompose.js";
//# sourceMappingURL=index.js.map