Skip to content

bentsignal/great-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Great Time Example

Great Time

Simple time conversion in TypeScript

Overview

Convert time units in TypeScript

Installation

ni great-time
pnpm i great-time
bun i great-time
npm i great-time
yarn add great-time

Usage

import { convert } from "great-time";

const time = convert(2, "weeks", "to ms");

Releases

Packages

Contributors

Languages

Generated from bentsignal/ts-package