UNPKG

@alcorexchange/alcor-swap-sdk

Version:

## Installation ​​ **npm** ``` npm i @alcorexchange/alcor-swap-sdk ``` **yarn** ``` yarn add @alcorexchange/alcor-swap-sdk ``` ## Usage ### Import:

9 lines (8 loc) 191 B
import JSBI from "jsbi"; export declare abstract class LiquidityMath { /** * Cannot be constructed. */ private constructor(); static addDelta(x: JSBI, y: JSBI): JSBI; }