funny-find-index
v1.1.0
Published
Simple modules for functional programming, done for fun.
Downloads
1
Maintainers
Readme
find-index
Simple modules for functional programming, done for fun.
Usage
import findIndex from 'funny-find-index'
findIndex(i => i === 1, [1, 2, 1]) // 0
License
The MIT License (MIT). Copyright (c) 2016 Luís Rodrigues.