aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/helpers/handlebars/length.js
blob: c7d1747fe64f11034bdc2fd64700d2612cd7cdfb (plain)
1
2
3
4
5
import _ from 'underscore';

module.exports = function (array) {
  return _.size(array);
};