UNPKG

queueobj

Version:
18 lines (15 loc) 353 B
/* * @author Jim Manton: jrman@risebroadband.net * @since 2023-2-5 * lib/appenders/func_all.js */ var base = require('./base.js') exports = module.exports = class func_all extends base { constructor(props) { super(props) var t = this t.aname = 'func_all' t.pro_types = ['items'] return t } }