/dash

A collection of core utilities expanding the capabilities of Luau. This is a read-only mirror.

Primary LanguageLuaMIT LicenseMIT

Roblox official tests GitHub license Roblox official

Dash

A collection of core utilities expanding the capabilities of Luau in Roblox.

Read the docs

Usage

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

License

Dash is available under the MIT license. See LICENSE for details.