7 lines
258 B
TypeScript
7 lines
258 B
TypeScript
/**
|
|
* Neural Application Layer - Public Exports
|
|
*
|
|
* @module v3/neural/application
|
|
*/
|
|
export { NeuralApplicationService, type TrainingSessionResult, type NeuralMetrics, } from './services/neural-application-service.js';
|
|
//# sourceMappingURL=index.d.ts.map
|