Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@quenty/signal) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Signal
A simple signal implementation for RobloxInstallation
npm install @quenty/signal --save
This allows us to pass Lua objects around through a signal without reserialization. It wraps a Roblox bindable event, and reproduces Roblox's signal behavior.
Features
- Supports Roblox's deferred event mode
- Allows you to pass metatables and other data without reserialization
- Light-weight
- Maintains stack traces