UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

8 lines (4 loc) 130 B
# throw error if time limit has been exceeded module.exports = (limit, msg) -> if Date.now() > limit throw new Error msg