UNPKG

@qntm-code/utils

Version:

A collection of useful utility functions with associated TypeScript types. All functions have been unit tested.

6 lines (5 loc) 161 B
import { TimeUnit } from './index.js'; /** * Converts a TimeUnit into milliseconds */ export declare function unitToMS(value: number, unit: TimeUnit): number;