UNPKG

@gati-framework/runtime

Version:

Gati runtime execution engine for running handler-based applications

8 lines 213 B
/** * @module runtime/gtype * @description GType system for runtime type validation */ export * from './schema.js'; export * from './errors.js'; export * from './validator.js'; //# sourceMappingURL=index.js.map