UNPKG

resume-client-socket.io

Version:

Resume Client API for Socket.IO and Node.JS - Medical Speech to Summarized Text

10 lines (8 loc) 181 B
const CronJob = require('../lib/cron.js').CronJob; try { new CronJob('NOT VALID', () => { console.log('shouldn\'t get printed'); }); } catch(e) { console.log('omg err', e); }