JSPM

@quenty/signal

7.10.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 47
  • Score
    100M100P100Q98295F
  • License MIT

A simple signal implementation for Roblox

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 Roblox

    Installation

    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