UNPKG

@azuro-org/toolkit

Version:

This framework-agnostic package provides essential utilities for building applications on the Azuro Protocol.

2 lines (1 loc) 93 B
export declare const formatToFixed: (value: string | number, digitsCount: number) => number;