@fractorysolutions/safe-units
Version:
Type-safe TypeScript units of measure
12 lines (11 loc) • 486 B
TypeScript
import { PrefixFn } from "../measure/genericMeasureUtils";
import { Memory } from "./quantities";
export declare const bytes: Memory;
export declare const kibi: PrefixFn;
export declare const mebi: PrefixFn<number>;
export declare const gibi: PrefixFn<number>;
export declare const tebi: PrefixFn<number>;
export declare const pibi: PrefixFn<number>;
export declare const exbi: PrefixFn<number>;
export declare const zebi: PrefixFn<number>;
export declare const yobi: PrefixFn<number>;