import tail from "oro-tail" tail([1, 2, 3, 4, 5]) // [2, 3, 4, 5] tail(5) // [] tail({}) // []1 dependent1 versionoro-get1.0.09 years ago