@lifi/widget
Version:
LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.
8 lines (7 loc) • 310 B
TypeScript
/**
* We use <0.01% for both small positive and negative changes to keep it simple and clear, focusing on minimal impact rather than direction.
* Examples:
* +0.007% -> <0.01%
* -0.003% -> <0.01%
*/
export declare const percentFormatter: (lng: string | undefined, options: any) => (value: any) => string;