UNPKG

@nivinjoseph/n-domain

Version:

Domain Driven Design and Event Sourcing based framework for business layer implementation

6 lines 228 B
export declare class DomainHelper { static get now(): number; static generateId(prefix: string): string; static aggregateTypeToSnakeCase(aggregateType: Function): string; } //# sourceMappingURL=domain-helper.d.ts.map