Skip to main content
This package works with Node.jsIt is unknown whether this package works with Cloudflare Workers, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
35%
Published
4 months ago (0.15.1)
Package root>src>domain>aggregate-root.entity.ts
import { BaseEntity } from "./base.entity.ts"; export abstract class AggregateRoot extends BaseEntity {}