@strong-roots-capital/get-recent-sessions
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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

Package Sidebar

Install

npm i @strong-roots-capital/get-recent-sessions

Weekly Downloads

1

Version

1.0.5

License

ISC

Unpacked Size

12.4 kB

Total Files

10

Last publish

Collaborators

  • amchelle
  • hamroctopus