concordancejs / concordance

Compare, format, diff and serialize any JavaScript value
ISC License
207 stars 15 forks source link

Handle invalid dates #14

Closed novemberborn closed 7 years ago

novemberborn commented 7 years ago
const d = new Date('😼')
d.toISOString() // throws a RangeError