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