Skip to content

xdata-betools-library 前端工具库,提供企业微信消息推送,邮箱信息消息推送,发起流程,发起知会,查询流程处理记录,查询表单数据等,需配合对应后端方可使用。

License

Notifications You must be signed in to change notification settings

Miazzy/xdata-betools-library

Repository files navigation

btools

100多个基础常用JS函数和各种数据转换处理集合大全,此工具包是在 outils 的基础上,加上个人平时收集的代码片段进行的二次整合

Browser Support

IE Edge Chrome Firefox Opera Safari
7+ ✔ Latest ✔ Latest ✔ Latest ✔ Latest ✔ 6.1+ ✔

Installing

npm install betools --save

Using nodejs

const betools = require('betools')

Get on jsdelivr

<script src="https://cdn.jsdelivr.net/gh/Miazzy/[email protected]/dist/betools.min.js"></script>
<script>
  Betools.isArray([]);
</script>

ES6 Module import

import betools from 'betools'

API

About

xdata-betools-library 前端工具库,提供企业微信消息推送,邮箱信息消息推送,发起流程,发起知会,查询流程处理记录,查询表单数据等,需配合对应后端方可使用。

Resources

License

Stars

Watchers

Forks

Packages

No packages published