UNPKG

any-unit-converter

Version:

A unit converter package allows users to convert values from one unit of measurement to another. It is designed to provide a convenient and easy-to-use solution for converting a wide range of units across various categories.

3 lines (2 loc) 112 B
import { UnitConverterInterface } from "../interface"; export declare const unitConfig: UnitConverterInterface;