@strong-roots-capital/next-session-open
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

next-session-open Build status npm version codecov

Return date of next session-open (inclusive)

Install

npm install @strong-roots-capital/next-session-open

Use

import { nextSessionOpen } from '@strong-roots-capital/next-session-open'

const now = new Date()

console.log(now)
//=>2019-04-15T00:04:34.924Z

console.log(nextSessionOpen('1W', now))
//=>2019-04-22T00:00:00.000Z

Related

Readme

Keywords

Package Sidebar

Install

npm i @strong-roots-capital/next-session-open

Weekly Downloads

3

Version

1.0.1

License

ISC

Unpacked Size

5.63 kB

Total Files

4

Last publish

Collaborators

  • amchelle
  • hamroctopus