UNPKG

@gati-framework/cli

Version:

CLI tool for Gati framework - create, develop, build and deploy cloud-native applications

8 lines 325 B
/** * @module cli/extractor * @description Type extraction engine - converts TypeScript types to GType schemas */ export { TypeExtractor } from './type-extractor.js'; export { ExtractionCache } from './extraction-cache.js'; export { ConstraintExtractor } from './constraint-extractor.js'; //# sourceMappingURL=index.js.map