Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qwiery/qwiery-utils

Diverse utilities used across Qwiery and consulting services.
https://github.com/qwiery/qwiery-utils

Last synced: about 2 months ago
JSON representation

Diverse utilities used across Qwiery and consulting services.

Awesome Lists containing this project

README

        

# Utils

A collection of utilities.

Install with

```bash
npm install @orbifold/utils
```
and in your module:

```js
import {Colors, Utils} from '@orbifold/utils';
```
or any of the submodules.

You can find extensive documentation on the utils on [Qwiery.com](https://qwiery.com), specifically in the [Utils API section](https://qwiery.com/dal/utils).