/** * Auto-registration module for typeorm-query-hooks * * Import this at the VERY TOP of your main application file (before any other imports) * to automatically enable query hooks. * * @example * ```typescript * import 'typeorm-query-hooks/register'; * * import { NestFactory } from '@nestjs/core'; * import AppModule from './app.module'; * // ... rest of your code * ``` */ export {}; //# sourceMappingURL=register.d.ts.map