UNPKG

rambdax

Version:

Extended version of Rambda - a lightweight, faster alternative to Ramda

6 lines (4 loc) 100 B
import { drop } from './drop' export function tail(listOrString){ return drop(1, listOrString) }