@uma/common

Common js utilities used by other UMA packages

Usage no npm install needed!

<script type="module">
  import umaCommon from 'https://cdn.skypack.dev/@uma/common';
</script>

README

@uma/common

This package contains common javascript utilities and files used by other @uma packages. It is rarely used outside of that context.

Installing the package

yarn add @uma/common

Importing the package

// One of many possible possible functions to import.
const { getHardhatConfig } = require("@uma/common")