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.
- Host: GitHub
- URL: https://github.com/bkwld/cloak-utils
- Owner: BKWLD
- License: mit
- Created: 2022-04-07T15:23:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-03T18:33:42.000Z (about 4 years ago)
- Last Synced: 2025-03-05T10:02:04.214Z (over 1 year ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```