UNPKG

generator-yyip

Version:

yEarn Improvement Proposal generator based on Yeoman

9 lines (7 loc) 134 B
// time util module.exports = { getTodayISO8601, }; function getTodayISO8601() { return new Date().toISOString().slice(0, 10); }