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 milliseconds into a TimeUnit */ export declare function msToUnit(value: number, unit: TimeUnit): number;