Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jerryjappinen/linna-util

Shared JavaScript utilities of linna
https://github.com/jerryjappinen/linna-util

Last synced: 2 days ago
JSON representation

Shared JavaScript utilities of linna

Awesome Lists containing this project

README

        

# linna-util

Useful, generic JavaScript utilities for common tasks. Designed to be compatible with [`linna-vue`](https://npmjs.org/package/linna-vue), but can be used independently (and also on the server).

### Installation

```sh
npm i linna-util

# Some utilities require extra dependencies, e.g.
npm i linna-util lodash-es date-fns
```

### Usage

```js
import toDecimal from 'linna-util/toDecimal'
```