UNPKG

sqlify

Version:

Yet another SQL query builder for Node.js

8 lines 252 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.returning = function (chain, resource) { resource.forEach(function (item) { chain = chain.returning(item); }); }; //# sourceMappingURL=returning.js.map