npm

your-async-share

0.2.0 • Public • Published

your-async-share

npm i your-async-share

asyncShare(fn)

同时调用异步方法,只执行一次,并共享结果

import asyncShare from 'your-async-share'
 
const oldMethod = () => {
  // 返回 Promise 实例
}
 
const newMethod = asyncShare(oldMethod)
newMethod()
newMethod()

Readme

Keywords

none

Package Sidebar

Install

npm i your-async-share

Weekly Downloads

98

Version

0.2.0

License

MIT

Last publish

Collaborators

  • weiyou