1.0.1 • Published 5 years ago

month-to-week-converter v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

String Duration to Integer Week Converter (Indonesian Language)

Simple function to convert duration from month/year duration string to week duration in integer

How to install

npm i month-to-week-converter

How to use

const convertStringDurationToIntWeek = require('month-to-week-converter');

console.log(convertStringDurationToIntWeek('12 bulan'));
// result: 48