diff --git a/caveful_games/table_helper b/caveful_games/table_helper new file mode 100644 index 0000000..d4d5aa9 --- /dev/null +++ b/caveful_games/table_helper @@ -0,0 +1,13 @@ +["0.1.0 luau"] +published_at = "2025-02-07T16:15:45.858597707Z" +description = "A collection of helpful table utility functions extending TableUtil from RbxUtil for luau" +license = "MIT" +authors = ["jiwonz ", "Stephen Leitnick"] +repository = "https://github.com/CavefulGames/table-helper-luau" + +["0.1.0 luau".target] +environment = "luau" +lib = "src/lib/init.luau" + +["0.1.0 luau".dependencies] +luau_check = [{ name = "jiwonz/luau_check", version = "^0.3.5", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]