1.0.0 • Published 2 years ago
@ilihub/century-to-week v1.0.0
@ilihub/century-to-week
TypeScript functions for converting century to week.
Installation
# if you're using pnpm
pnpm add @ilihub/century-to-week
# or, if you're using npm
npm install @ilihub/century-to-week
# or, if you're using yarn
yarn add @ilihub/century-to-week
Usage
import { CenturyToWeek } from "@ilihub/century-to-week";
const century = 1;
const week = CenturyToWeek(century);
console.log(week); // 5200
Sponsors & Backers
Support the development of new open-source projects from ilihub through crowdfunding.
The core of ilihub is our crowd-funded open-source projects, licensed under the permissive MIT license. Sponsorship increases the rate of bug fixes, documentation improvements, and feature development.
Eternal Sponsor
Diamond Sponsor
Platinum Sponsor
Gold Sponsor
Silver Sponsor
Backer
Supporter
1.0.0
2 years ago