UNPKG

87 BJavaScriptView Raw
1function helperNewDate () {
2 return new Date()
3}
4
5module.exports = helperNewDate