Socket
Book a DemoInstallSign in
Socket

@turnit/geo

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turnit/geo

Convert between weekly rate and monthly rate

npmnpm
Version
0.1.0
Version published
Weekly downloads
0
-100%
Maintainers
0
Weekly downloads
 
Created
Source

@turnit/rent

Convert between weekly rate and monthly rate

Convert weekly to monthly rent

import { rentPerMonth } from '@turnit/rent';
const monthlyRate = rentPerMonth(300);
// 1300

Convert monthly to weekly rent

import { rentPerWeek } from '@turnit/rent';
const monthlyRate = rentPerWeek(1300);
// 300

Licensing

Licensed under the MIT License

A copy of the license is available in the repository's LICENSE file.

FAQs

Package last updated on 04 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts