UNPKG

@microtica/database

Version:

Database tools

8 lines 172 B
"use strict"; class Transactionable { constructor(opt) { this.tx = opt.tx; } } module.exports = Transactionable; //# sourceMappingURL=transactionable.js.map