UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

13 lines (9 loc) 202 B
define(['./random'], function (random) { /** * returns a random boolean value (true or false) */ function randBool(){ return random() >= 0.5; } return randBool; });