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.3.0"Then, require anything you need from Dash:
local Dash = require(Packages.Dash)
local map = Dash.mapTo run tests:
lest -e tests
To run benchmarks:
lest -e benchmarks
Dash is available under the MIT license. See LICENSE for details.