Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jerryjappinen/linna-util
- Owner: jerryjappinen
- License: mit
- Created: 2020-05-30T11:41:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T08:20:30.000Z (about 2 years ago)
- Last Synced: 2025-01-04T14:48:21.476Z (30 days ago)
- Language: JavaScript
- Homepage:
- Size: 1.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```