UNPKG

@hz-9/a5-tenant

Version:

Tenant module for the @hz-9/a5-* series of repositories.

9 lines (8 loc) 214 B
/** * @packageDocumentation * A5 Tenant Module - Tenant management and validation for A5 framework */ export * from './const'; export * from './core'; export * from './decorators'; export * from './interfaces';