andrewplummer/Sugar

Object.isFunction returns false for async functions

trikadin opened this issue · 2 comments

Sugar.Object.isFunction(async () => {}); // false

Every browser which natively supports async functions

And Node.JS too

Will have a look into this... thank you!