Skip to main content
Glama
index.ts523 B
/** * @fileoverview Shared domain building blocks * * This module exports the base classes and interfaces used throughout * the domain layer for implementing domain-driven design patterns. */ export { ValueObject } from './value-object.js'; export { Entity } from './entity.js'; export { AggregateRoot } from './aggregate-root.js'; export type { DomainEvent } from './aggregate-root.js'; export type { IRepository, IPaginatedRepository, PaginationOptions, PaginatedResult, } from './repository.interface.js';

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sapientpants/deepsource-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server