Skip to content

@codesoul-co/hypha-models API

Model provider registry, routing and deterministic mock providers.

  • Install: npm install @codesoul-co/hypha-models@1.0.1
  • Entrypoint import: import { ... } from '@codesoul-co/hypha-models';
  • Public exports: 55
  • Source modules: 3

Export overview

KindCount
class8
constant16
function8
interface21
type2

Source modules

ModuleUse whenExportsSource
indexAggregates the public entrypoint exports for @codesoul-co/hypha-models; applications import these symbols from the package entrypoint instead of internal file paths.36source
providersUse the Providers module for binding external or local providers to Hypha ports. It exports 3 classes, 3 functions, 3 interfaces.9source
routerUse the Router module for using the public contracts and operations for this capability boundary. It exports 3 classes, 2 functions, 4 interfaces, 1 type.10source

Import boundary

This page documents only the public API exported by the @codesoul-co/hypha-models package entrypoint. Implementations under packages/models/src that are not exported from that entrypoint are not part of the npm package contract.