1.0.5 • Published 4 years ago

@strong-roots-capital/get-recent-sessions v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

get-recent-sessions Build status npm version codecov

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 ]

Related