https://github.com/fullhexventures/utils-js
Common Javascript utilities used across Full Hex projects.
https://github.com/fullhexventures/utils-js
Last synced: 5 months ago
JSON representation
Common Javascript utilities used across Full Hex projects.
- Host: GitHub
- URL: https://github.com/fullhexventures/utils-js
- Owner: fullhexventures
- License: mit
- Created: 2024-09-14T15:14:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-15T23:07:34.000Z (over 1 year ago)
- Last Synced: 2025-08-16T18:04:21.331Z (11 months ago)
- Language: JavaScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# utils-js
This package contains common Javascript utilities used across Full Hex projects. This is an eclectic collection of code snippets I've built up over my career that tend to be useful in establishing boilerplate for new projects.
This package is open source and available under `fullhex/utils-js` on npm.
Your mileage may vary - No guarantees of support for this project.
## Usage
```
npm install @fullhex/utils-js
```
...
```
import {
ApiError
} from "@fullhex/utils-js";
```