@extra-array/last
Advanced tools
| repo_token: mHSGUhmbnerxllag7F1lZVgwXXtECkrTo |
+1
-1
| function last(x, vd) { | ||
| return x.length > 0 ? x[x.length - 1] : vd; | ||
| } | ||
| export default last; | ||
| export { last as default }; |
+1
-1
| { | ||
| "name": "@extra-array/last", | ||
| "version": "2.10.18", | ||
| "version": "2.10.19", | ||
| "description": "Gets last value.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
3600
1.49%8
14.29%