UNPKG

@rbxts/string-builder

Version:

StringBuilder class for Roblox that creates strings from tables

4 lines (3 loc) 190 B
# StringBuilder StringBuilder class for Roblox that creates strings from tables This library is essentially just shorthand for using `table.concat()`/`Array.join()` with some extra utility.