Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

strong-roots-capital/next-session-open

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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