UNPKG

osmosis

Version:
18 lines (14 loc) 260 B
/** * Use a runtime defined variable * * @function use * @memberof Command * @instance * @see {@link Command.run} * @see {@link Command.learn} */ var Use = function () { return this.lookup(this.args[0]); }; module.exports.use = function () { };