UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

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