UNPKG

nukak

Version:

flexible and efficient ORM, with declarative JSON syntax and smart type-safety

6 lines (5 loc) 300 B
import type { QuerierPool } from '../../type/index.js'; export declare function Transactional({ propagation, querierPool, }?: { readonly propagation?: 'supported' | 'required'; readonly querierPool?: QuerierPool; }): (target: object, key: string, propDescriptor: PropertyDescriptor) => void;