@draswap/conedison
v1.1.0
Published
Utilities for Draswap front-end development
Downloads
2
Readme
@draswap/conedison 💡
Utilities for Draswap front-end development.
Usage
Utilities are compiled individually by tsc
, so they should be imported as such:
import { formatUSDPrice } from '@draswap/conedison/format'
Nothing is exported from the top-level. This is intention in order to encourage more modular usage.