UNPKG

@riao/dbal

Version:
13 lines 472 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.currentTimestamp = exports.count = void 0; const functions_1 = require("./functions"); function count(params) { return functions_1.DatabaseFunctions.count(params); } exports.count = count; function currentTimestamp() { return functions_1.DatabaseFunctions.currentTimestamp(); } exports.currentTimestamp = currentTimestamp; //# sourceMappingURL=function-aliases.js.map