1.0.0 • Published 5 years ago

@strong-roots-capital/duration-of-timeframe v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

duration-of-timeframe Build status npm version codecov

Resolve timeframe into corresponding momentjs duration

Install

npm install @strong-roots-capital/duration-of-timeframe

Use

import durationOfTimeframe from '@strong-roots-capital/duration-of-timeframe'

console.log(durationOfTimeframe('4H'))
//=>'hour'

Related