Repository URL to install this package:
|
Version:
1.1.16 ▾
|
/**
* @member sturctured
*/
const {
FlatPairArray,
findIndexPlusOne,
atIndexPlusOne,
findIndexMinusOne,
atIndexMinusOne,
} = require('./FlatArrayPairs')
module.exports = {
FlatPairArray,
findIndexPlusOne,
atIndexPlusOne,
findIndexMinusOne,
atIndexMinusOne,
}