UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

12 lines (8 loc) 196 B
var randBool = require('./randBool'); /** * Returns random sign (-1 or 1) */ function randomSign() { return randBool()? 1 : -1; } module.exports = randomSign;