type alias Decimal

Decimal fraction of fixed bitness.

Type Parameters

N extends Num
B extends number

Definition

{ __denom: N; } & Uint<B>

Usage

import { type Decimal } from ".";