@dinero.js/core
Version:
Common code between Dinero.js packages
20 lines (11 loc) • 689 B
Markdown
# @dinero.js/core
> Internals of Dinero.js and shared code between packages.
**This package contains internal functions and common code shared across packages.** Everything you need to use Dinero.js is re-exported in the `dinero.js` package, so you don't need to ever install `@dinero.js/core` or care about what's inside. It's only helpful if you're willing to contribute to Dinero.js, or if you're building a different Dinero.js implementation than the one in `dinero.js`.
## 📦 Install
```sh
npm install @dinero.js/core@alpha
# or
yarn add @dinero.js/core@alpha
```
## 📚 Documentation
For full documentation, visit the [online documentation](https://v2.dinerojs.com/docs).