UNPKG

resume-client-socket.io

Version:

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

4 lines (3 loc) 106 B
export function isLeapYear(year) { return (year % 4 === 0 && year % 100 !== 0) || year % 400 === 0; }