UNPKG

pimatic

Version:

A home automation server and framework for the Raspberry PI running on node.js

16 lines (12 loc) 299 B
'use strict'; exports.__esModule = true; // FunctionHelper // ------- function FunctionHelper(client) { this.client = client; } FunctionHelper.prototype.now = function () { return this.client.raw('CURRENT_TIMESTAMP'); }; exports.default = FunctionHelper; module.exports = exports['default'];