UNPKG

node-easywechat

Version:

EasyWechat SDK for Node.js (NOT OFFICIAL)

11 lines (10 loc) 183 B
'use strict'; class ResponseValidatorInterface { /** * 验证响应对象 * @returns */ validate(response) { } } ; module.exports = ResponseValidatorInterface;