nestjs-auditlog
Version:
A powerful package for auditlog using opentelemetry in NestJS applications
7 lines (6 loc) • 311 B
TypeScript
export * from './audit-log.decorator';
export * from './audit-log.operation.create.decorator';
export * from './audit-log.operation.query.decorator';
export * from './audit-log.operation.remove.decorator';
export * from './audit-log.operation.update.decorator';
export * from './audit-log.data.diff.decorator';