koajs / ratelimit

Rate limiter middleware
MIT License
485 stars 57 forks source link

:sparkles: (thenify => promisify) use native util.promisify (v8.0.0) instead of thenify #38

Closed whatwewant closed 6 years ago

whatwewant commented 6 years ago

Cause node v8.0.0+, util.promisify have been a builtin method, so thenify is not necessary any more, here use utils.promisify instead of thenify.