early-return
Advanced tools
Comparing version
@@ -14,3 +14,3 @@ let result: any | ||
try { | ||
method() | ||
result = method() | ||
} catch (_error) { | ||
@@ -17,0 +17,0 @@ // TODO forward otherwise thrown errors. |
{ | ||
"name": "early-return", | ||
"description": "Helper to facilitate early returns across function stack in JavaScript.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"repository": "github:tobua/early-return", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
2589
0.35%