UNPKG

kero

Version:
15 lines (11 loc) 200 B
/** * Module : kero dataTable getParam * Author : liuyk(liuyk@yonyou.com) * Date : 2016-07-30 14:34:01 */ const getParam = function (key) { return this.params[key] } export { getParam }