UNPKG

resume-client-socket.io

Version:

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

15 lines (12 loc) 287 B
export default (function (o, c) { var proto = c.prototype; proto.weekYear = function () { var month = this.month(); var weekOfYear = this.week(); var year = this.year(); if (weekOfYear === 1 && month === 11) { return year + 1; } return year; }; });