1.0.0 • Published 9 years ago

oro-tail v1.0.0

Weekly downloads
2
License
MIT
Repository
-
Last release
9 years ago
import tail from "oro-tail"

tail([1, 2, 3, 4, 5]) // [2, 3, 4, 5]
tail(5)               // []
tail({})              // []
1.0.0

9 years ago