UNPKG
@veremenko/lotide
Version:
latest (1.0.0)
1.0.0
Lodash alike library
github.com/Vlad-Lab319/lotide
Vlad-Lab319/lotide
@veremenko/lotide
/
tail.js
3 lines
(2 loc)
•
57 B
JavaScript
View Raw
1
2
3
const
tail
=
arg => arg.slice(
1
);
module
.
exports
= tail;