UNPKG

osmosis

Version:
17 lines (14 loc) 296 B
/** * Teach Osmosis how to find content. * * @function train * @memberof Command * @param {object} object - { name: selector } pairs of training variables * @instance * @see {@link Command.learn} */ var Train = function () { }; module.exports.train = function () { return Train; };