A collection of core utilities expanding the capabilities of Luau in Roblox.
Add this package to dependencies
section in your rotriever.toml
, for example:
Dash = "3.0.0"
Then, require anything you need from Dash
:
local Dash = require(Packages.Dash)
local map = Dash.map
Dash is available under the MIT license. See LICENSE for details.