UNPKG

@elsikora/nestjs-crud-automator

Version:

A library for automating the creation of CRUD operations in NestJS.

6 lines (5 loc) 288 B
/** * Defers decorator execution to the next microtask (or macrotask) to allow entity factories to resolve. * @param {() => void} handler - Callback executed after the current call stack completes. */ export declare function DeferPropertyDecoratorExecution(handler: () => void): void;