2.0.1 • Published 3 years ago
@hudiemon/webhook v2.0.1
webhook
安装
$ pnpm i @hudiemon/webhook配置
process.env.WEBHOOK_FEISHU
process.env.WEBHOOK_WEIXIN使用
import Webhook from "@hudiemon/webhook";
const webhook = new Webhook({title: "test"})
webhook.info('info')
webhook.success('success')
webhook.warning('warning')
webhook.error('error')
webhook.finally()结果
test
info
✅success
❗️warning
❌errorLICENSE
MIT