UNPKG

qvc

Version:

Handle commands and queries from the client with validation

7 lines (6 loc) 182 B
module.exports = function command(name, handle, constraints){ handle.type = "command"; handle.executableName = name; handle.constraints = constraints || {}; return handle; }