UNPKG

@tsuk1ko/cq-websocket

Version:

A Node SDK for developing QQ chatbots based on WebSocket, which is depending on CoolQ and CQHTTP API plugin.

4 lines (3 loc) 119 B
module.exports = function optional(value, formatter) { return value !== undefined ? formatter(value) : undefined; };