@codesoul-co/hypha-domain / research-evidence-example
- Package index:
@codesoul-co/hypha-domain - Source:
packages/domain/src/research-evidence-example.ts - Exports: 1
Using this module
Use the Research evidence example module for using the public contracts and operations for this capability boundary. It exports 1 constant.
Import from the package entrypoint
ts
import {
researchEvidenceDomainPackExample,
} from '@codesoul-co/hypha-domain';Usage patterns
- The 1 constant/enum export provides stable values, schemas, definitions, or defaults. Reuse these exports instead of copying internal values into an application.
Public exports
| Symbol | Kind | Signature | Description |
|---|---|---|---|
researchEvidenceDomainPackExample | constant | const researchEvidenceDomainPackExample: DomainPackSpec | A product-facing Domain Pack with narrow evidence tools and reviewed publication. |
researchEvidenceDomainPackExample
A product-facing Domain Pack with narrow evidence tools and reviewed publication.
- Kind: constant
- Import:
import { researchEvidenceDomainPackExample } from '@codesoul-co/hypha-domain'; - Source module:
research-evidence-example
Declaration
text
export declare const researchEvidenceDomainPackExample: DomainPackSpec;