@rbxts/observers
v1.0.0
Published
Collection of observer utility functions
Downloads
204
Readme
RbxObservers
A collection of observer utility functions.
Installation
Wally
Add sleitnick/observers to dependencies list:
[package]
name = "your_name/your_project"
version = "0.1.0"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
[dependencies]
Observers = "sleitnick/observers@^1.0.0"roblox-ts
Add @rbxts/observers to your package.json dependencies list, or run the npm install command:
{
"dependencies": {
"@rbxts/observers": "^1.0.0"
}
}npm i --save @rbxts/observers