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

https://github.com/bkwld/cloak-utils

Shared utility functions for Cloak packages.
https://github.com/bkwld/cloak-utils

Last synced: 9 months ago
JSON representation

Shared utility functions for Cloak packages.

Awesome Lists containing this project

README

          

# @cloak-app/utils

## Install

Install with `yarn add @cloak-app/utils`

## Usage

Import util methods directly from package.

```js
import { requireOnce } from '@cloak-app/utils'
```