UNPKG

@azuro-org/toolkit

Version:

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

7 lines (6 loc) 141 B
type Props = { odds: number | number[]; slippage: number; }; export declare const calcMindOdds: (props: Props) => string; export {};