Hacker News new | ask | show | jobs
by musicq 969 days ago
Don't think would affect performance. The core function `wrap` is just try catch under the hood.

https://github.com/musicq/unwrapit/blob/d5c437a235ad1f5ad042...

1 comments

iirc, try catch does have performance impact in js.