UNPKG

@gameroom/cli

Version:

A command line tool for Gameroom

6 lines (5 loc) 145 B
module.exports = (string) => { let date = new Date(string) if (isNaN(date.getTime())) throw new Error('invalid date format') return date }