UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

9 lines (6 loc) 180 B
'use strict'; var isDate = require('./is-date'); module.exports = function (x) { if (!isDate(x) || isNaN(x)) throw new TypeError(x + " is not valid Date object"); return x; };