htop

1.0.1 • Public • Published

使用

npm i htop
yarn add htop
import { wxPromiseAll } from 'htop'
const wxq = wxPromiseAll()
wxq.showToast({title: '成功'})
  .then(() => console.log('success'))
  .catch(() => console.log('fail'))
  .finally(() => console.log('finally'))

建议

不同端的可以放在adapter目录,然后导出到index.js上

Package Sidebar

Install

npm i htop

Weekly Downloads

32

Version

1.0.1

License

ISC

Unpacked Size

2.01 kB

Total Files

5

Last publish

Collaborators

  • abmao