Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

1.0.0

Latest
Compare
Choose a tag to compare
@viral32111 viral32111 released this 06 Jan 16:42
· 1 commit to master since this release

Includes two functions:

  • base64.encode(string)
  • base64.decode(string)

To access these, type require("base64") at the top of your file after following the installation instructions.