UNPKG

qvc

Version:

Handle commands and queries from the client with validation

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