Skip to content

@codesoul-co/hypha-domain / research-evidence-example

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

SymbolKindSignatureDescription
researchEvidenceDomainPackExampleconstantconst researchEvidenceDomainPackExample: DomainPackSpecA 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;