@strong-roots-capital/get-recent-sessions
v1.0.5
Published
Get boundaries between recent timeframes
Downloads
8
Readme
get-recent-sessions
Get boundaries between recent timeframes (inclusive)
Install
npm install @strong-roots-capital/get-recent-sessions
Use
import getRecentSessions from '@strong-roots-capital/get-recent-sessions'
console.log(getRecentSessions('8M', new Date('2019-02-14T00:00:00.000Z'))
//=> [ 1514764800000, 1535760000000, 1546300800000 ]