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
- Host: GitHub
- URL: https://github.com/finlaydag33k/chomp
- Owner: FinlayDaG33k
- License: gpl-2.0
- Created: 2021-11-03T18:03:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T20:44:28.000Z (over 1 year ago)
- Last Synced: 2025-03-17T20:54:12.221Z (over 1 year ago)
- Topics: deno, typescript
- Language: TypeScript
- Homepage:
- Size: 719 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security/hash.ts
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 | ??? |