UNPKG

@mojito-inc/secondary-market

Version:

Mojito secondary market is the platform to purchase NFT.

3 lines (2 loc) 192 B
export declare const truncateDecimal: (price?: string | number, index?: number, removeEmptyDot?: boolean) => string; export declare function roundUp(price: number, precision: number): number;