UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

6 lines (4 loc) 126 B
import { _indexOf } from './equals.js' export function indexOf(valueToFind) { return list => _indexOf(valueToFind, list) }