UNPKG

@xud6/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) 118 B
module.exports = function optional (value, formatter) { return value !== undefined ? formatter(value) : undefined }