UNPKG

ordojs

Version:

A revolutionary web framework with compile-time optimizations and unified client-server development

22 lines 638 B
/** * @fileoverview Core OrdoJS Framework - Main entry point * @author OrdoJS Framework Team */ export * from './accessibility/index.js'; export * from './compiler/index.js'; export * from './i18n/index.js'; export * from './runtime/index.js'; export * from './types/index.js'; /** * Version information for the OrdoJS core package */ export declare const VERSION = "0.1.0"; /** * Framework metadata */ export declare const FRAMEWORK_INFO: { readonly name: "OrdoJS"; readonly version: "0.1.0"; readonly description: "A revolutionary web framework with compile-time optimizations"; }; //# sourceMappingURL=index.d.ts.map