UNPKG

rambda

Version:

Lightweight faster alternative to Ramda

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