UNPKG
@rbxts/string-builder
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
StringBuilder class for Roblox that creates strings from tables
@rbxts/string-builder
/
README.md
4 lines
(3 loc)
•
190 B
Markdown
View Raw
1
2
3
4
# 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.