@quenty/valueobject
v13.13.0
Published
To work like value objects in Roblox and track a single item with .Changed events
Downloads
7,350
Maintainers
Readme
ValueObject
To work like value objects in Roblox and track a single item with .Changed events. The motivation here is to keep it simple to work with an encapsulated value. Instead of exposing an IPropertyChanged
interface like C# might do, we instead expose objects with .Changed that are encapsulated within the object in question.
Installation
npm install @quenty/valueobject --save
Features
- Battle tested
- Can take in a default value
- Automatically fires with a maid that exists for the lifetime of the value