NetanelBasal / helpful-decorators

Helpful decorators for typescript projects

Home Page:https://netbasal.com/create-and-test-decorators-in-javascript-85e8d5cf879c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@measure for async functions

singhabhilash opened this issue · comments

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[x] Feature request
[ ] Documentation issue or request

Current behavior

@measure only works for synchronous functions at the moment. Will be a nice addition to make it work for async functions as well.

Expected behavior

@measure should work for both sync and async functions.

You're welcome to submit a PR

I meet the same issue. I would like to add an async measure function.