UNPKG
foop
Version:
beta (5.0.0)
latest (5.0.0)
5.0.0
interfaces that describe their intentions.
github.com/fluents/chain-able
fluents/chain-able
foop
/
deps
/
native
/
MAX_ARRAY_INDEX.js
10 lines
(8 loc)
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
MAX_ARRAY_LENGTH
=
require(
'./MAX_ARRAY_LENGTH'
)
/** *
@desc
Used as references for the maximum length and index of an array. *
@type
{number} *
@name
MAX_ARRAY_INDEX *
@see
native/MAX_ARRAY_LENGTH */
module
.
exports
= MAX_ARRAY_LENGTH -
1