Solidity libraries that are shared across Uniswap contracts. These libraries are focused on safety and gas efficiency.
Run yarn to install dependencies.
Run yarn test to execute the test suite.
Install this in another project via yarn add @uniswap/lib
Then import the contracts via:
import "@pancakeswap/pancake-swap-lib/contracts/access/Ownable.sol";