UNPKG

wonder.js

Version:
15 lines (10 loc) 258 B
'use strict'; function getIndicesLength(indices) { return indices.length; } function unsafeGetIndex(index, indices) { return indices[index]; } exports.getIndicesLength = getIndicesLength; exports.unsafeGetIndex = unsafeGetIndex; /* No side effect */