Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
@quenty/math
Utility math functions from Nevermore for Roblox
@quenty/promise
Promise implementation for Roblox
@quenty/throttle
Adds the throttle function to Roblox
@quenty/symbol
Unique symbol implementation for Roblox
@quenty/loader
A simple module loader for Roblox
@quenty/deferred
deferred (otherwise known as fastSpawn) implementation for Roblox
@quenty/canceltoken
Cancellation tokens for Roblox Lua
@quenty/maid
Easily cleanup event listeners and objects in Roblox
@quenty/rx
Quenty's reactive library for Roblox
@quenty/signal
A simple signal implementation for Roblox
@quenty/ducktype
Utility functions to duck type a value
@quenty/brio
Brios wrap an object and either are alive or dead
@quenty/table
Table and Set utility functions for Roblox
@quenty/cancellabledelay
cancellableDelay a delay that can be cancelled
@quenty/steputils
Binds animations into step, where the animation only runs as needed
@quenty/instanceutils
Utility functions involving instances in Roblox
@quenty/valueobject
To work like value objects in Roblox and track a single item with .Changed events
@quenty/rxsignal
Signal API for RxObservables
@quenty/valuebaseutils
Provides utilities for working with valuesbase objects, like IntValue or ObjectValue in Roblox.
@quenty/baseobject
BaseObject implementation with Maid attached for Roblox