Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 330 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 330 Bytes

@uniswap/conedison 💡

Utilities for Uniswap front-end development.

Usage

Utilities are compiled individually by tsc, so they should be imported as such:

import { formatUSDPrice } from '@uniswap/conedison/format'

Nothing is exported from the top-level. This is intention in order to encourage more modular usage.