UNPKG

86 BJavaScriptView Raw
1function formatDate(date) {
2 return date.toJSON();
3}
4
5module.exports = formatDate;