This website requires JavaScript.
Explore
Help
Sign in
quine-global
/
hyper
Watch
1
Star
0
Fork
You've already forked hyper
0
mirror of
https://github.com/quine-global/hyper.git
synced
2026-01-13 12:38:39 -09:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
de5b384ccd
hyper
/
lib
/
utils
/
array.js
4 lines
60 B
JavaScript
Raw
Normal View
History
Unescape
Escape
[WIP] Use XO instead of Standard (#723) * Bump `eslint-plugin-react` * Add `eslint-config-xo-react` * Add XO * Remove eslint-related dependencies, add XO config and use XO as the linter * Code style: Standard => XO :sparkles: * Use xo property to ignore files * Fix remaining errors
2016-09-21 06:27:11 -08:00
export
function
last
(
arr
)
{
refactor
2016-07-13 12:44:24 -08:00
return
arr
[
arr
.
length
-
1
]
;
}
Reference in a new issue
Copy permalink