UNPKG

digitaltwin-core

Version:

Minimalist framework to collect and handle data in a Digital Twin project

9 lines 271 B
/** * @fileoverview OpenAPI documentation generation module * * This module exports utilities for generating OpenAPI 3.0 specifications * from Digital Twin components. */ export * from './types.js'; export * from './generator.js'; //# sourceMappingURL=index.d.ts.map