UNPKG

@rnaga/wp-node

Version:

👉 **[View Full Documentation at rnaga.github.io/wp-node →](https://rnaga.github.io/wp-node/)**

9 lines • 273 B
import { Components } from "../core/components"; import { Tables } from "../core/tables"; export declare abstract class Trx { #private; tables: Tables; constructor(components: Components); usingBlog(blogId: number): this; } //# sourceMappingURL=trx.d.ts.map