# Variables

Base64 module provides functions to encode/decode strings to Base64 Example (js): const encoded = btoa('hello'); const decoded = atob(encoded);.

# Structs

No description provided by the author
RuntimeModule is a container for modules.