UNPKG

402 BMarkdownView Raw
1# @curi/helpers
2
3[![npm][badge]][npm-link]
4
5[badge]: https://img.shields.io/npm/v/@curi/helpers.svg
6[npm-link]: https://npmjs.com/package/@curi/helpers
7
8Functions that may be useful in a Curi application.
9
10## Installation
11
12```js
13npm install --save @curi/helpers
14```
15
16For more information, please check out the [`@curi/helpers`](https://curi.js.org/v2/@curi/helpers/) page on the documentation website.