UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

9 lines (6 loc) 185 B
define(['./make_', '../array/max', '../object/max'], function (make, arrMax, objMax) { /** * Get maximum value inside collection */ return make(arrMax, objMax); });