Test to determine if a date falls inside the most-recently closed session
npm install @strong-roots-capital/is-latest-closed-session
import isLatestClosedSession from '@strong-roots-capital/is-latest-closed-session'
isLatestClosedSession(new Date(0), '4H')
//=> false
isLatestClosedSession(new Date(0), '1', new Date(61 * 1000))
//=> true
isLatestClosedSession(new Date(0), 240)
//=>false
isLatestClosedSession(1571871598069, '1')
//=> true