@turnit/rent
v0.1.0
Published
Convert between weekly rate and monthly rate
Readme
@turnit/rent
Convert between weekly rate and monthly rate
Convert weekly to monthly rent
import { rentPerMonth } from '@turnit/rent';
const monthlyRate = rentPerMonth(300);
// 1300Convert monthly to weekly rent
import { rentPerWeek } from '@turnit/rent';
const monthlyRate = rentPerWeek(1300);
// 300Licensing
Licensed under the MIT License
A copy of the license is available in the repository's LICENSE file.
