UNPKG

resume-client-socket.io

Version:

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

8 lines (7 loc) 274 B
export default (function (o, c) { var proto = c.prototype; proto.dayOfYear = function (input) { var dayOfYear = Math.round((this.startOf('day') - this.startOf('year')) / 864e5) + 1; return input == null ? dayOfYear : this.add(input - dayOfYear, 'day'); }; });