0.1.8 • Published 1 year ago
shoutexp v0.1.8
Shouts
Shouts is a utility module for creating and managing dynamic variables (shouts) in a global context. These shouts can be accessed and modified globally, making it easier to manage state and data across different parts of your application.
Features
- Dynamic Variables: Create dynamic variables without knowing their return type.
- Global Access: Access and modify shouts globally.
- Callbacks: Define callbacks to be executed when shouts are accessed.
- Management: Easily create, destroy, and check the existence of shouts.