UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

7 lines (5 loc) 142 B
import { init } from './init.js' import { tail } from './tail.js' export function middle(listOrString) { return tail(init(listOrString)) }