# month-to-week-converter

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

Latest version **1.0.1** (published 2018-12-04) · ISC license · 0 weekly downloads

## Install

```sh
npm install month-to-week-converter
pnpm add month-to-week-converter
yarn add month-to-week-converter
bun add month-to-week-converter
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2018-12-04 |
| First published | 2018-12-04 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | purwanto |

## Links

- npm: https://www.npmjs.com/package/month-to-week-converter
- npm.io page: https://npm.io/package/month-to-week-converter

## Recent versions

- 1.0.1 (latest) — 2018-12-04
- 1.0.0 — 2018-12-04

## README

# 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
```

---
_Source: https://npm.io/package/month-to-week-converter · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
