jamdotdev / jam-dev-utilities

Lightweight utils set - fast and open-source. It's got cmd+k search & everything's client-side. No ads, your data stays local.
https://jam.dev/utilities
GNU General Public License v3.0
251 stars 26 forks source link

feat: URL encoder/decoder #8

Closed peckz closed 3 months ago

peckz commented 3 months ago

This PR introduces fully functional URL encoder/decoder. Under the hood it uses built in functions to handle URL or string encoding and decoding.

encode(input: string): string

decode(input: string): string