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