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

https://github.com/finlaydag33k/chomp

Library of (arguably) useful Deno classes
https://github.com/finlaydag33k/chomp

deno typescript

Last synced: 6 months ago
JSON representation

Library of (arguably) useful Deno classes

Awesome Lists containing this project

README

          

# Chomp
Library of (arguably) useful Deno classes.
Should work just fine but comes with no warranties whatsoever.

## Usage
Add the following to your file:
```ts
import * from "https://deno.land/x/chomp/mod.ts";
```

That's it!
You can visit the [documentation](https://doc.deno.land/https://deno.land/x/chomp/mod.ts) to see what Chomp is capable off!
Someday I'll write a better usage guide.

## Compatibility
Below a chart indicating for which Deno version this library is built and tested.
Compatibility may be more flexible, however, chances are this library may not work with older of newer versions than indicated.

| Library Version | Deno Version |
|-----------------|--------------|
| 1.1.0 | 1.24.0 |
| 1.0.0 | 1.15.3 |
| 0.0.2 | ??? |
| 0.0.1 | ??? |