UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

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