Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/butterdebugger/helper


https://github.com/butterdebugger/helper

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Debutter Helper

A collection of basic utility functions used across @debutter projects that aims
to assist in completing simple tasks, improve code readability, and reduces the
need to recode commonly used components.

## Installation

For Node.js:

```bash
npx jsr add @debutter/helper
```

For Deno:

```bash
deno add jsr:@debutter/helper
```

For Browsers:

```javascript
import {} from "https://esm.sh/jsr/@debutter/helper@VERSION";
```

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.