lib-base.decimalish

Home > @mosaic/lib-base > Decimalish

Decimalish type

Types that can be converted into a Decimal.

Signature:

export declare type Decimalish = Decimal | number | string;

References: Decimal

Last updated