UNPKG

@jorsek/ezd-client

Version:
14 lines (10 loc) 201 B
'use strict'; function Config(conn) { this._conn = conn; } Config.prototype = { getConfig: function(options) { return this._conn.get('getConfig.xql', options) } } module.exports = Config;