https://github.com/fuwn/jumble
🤪 Jumble your text!
https://github.com/fuwn/jumble
deno jumble typescript
Last synced: 3 months ago
JSON representation
🤪 Jumble your text!
- Host: GitHub
- URL: https://github.com/fuwn/jumble
- Owner: Fuwn
- License: gpl-3.0
- Created: 2022-06-16T06:59:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T07:04:08.000Z (about 3 years ago)
- Last Synced: 2025-03-22T22:49:28.229Z (3 months ago)
- Topics: deno, jumble, typescript
- Language: TypeScript
- Homepage: https://deno.land/x/jumble
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Jumble
Jumble your text!
## Usage
The latest stable release of Jumble can be `import`ed from
[deno.land/x](https://deno.land/x) using https://deno.land/x/jumble/mod.ts, or,
you can `import` the latest bleeding-edge commit straight from GitHub using
https://raw.githubusercontent.com/Fuwn/jumble/main/mod.ts.## Documentation
The latest documentation ([main](https://github.com/Fuwn/jumble/tree/main)) is
available
[here](https://doc.deno.land/https/raw.githubusercontent.com/Fuwn/jumble/main/mod.ts),
and the latest stable documentation is available
[here](https://doc.deno.land/https/deno.land/x/jumble/mod.ts).## Example
To jumble your text, just use the `jumble` function!
```typescript
import { jumble } from "https://deno.land/x/jumble/mod.ts";jumble("Hello, World!"); // A possible result is "Hlleo, Wrlod!"
```## License
This project is licensed with the [GNU General Public License v3.0](LICENSE).