-
Notifications
You must be signed in to change notification settings - Fork 1
`Backend: Helper
GhostglowDev edited this page Mar 21, 2024
·
1 revision
local hlp = require "ghostutil._backend.helper"
If value
is a table, then it will return value
. Else it returns a table containing value
length
times
e.g. resolveAlternative('hi', 2)
-> {'hi', 'hi'}
Reading this wiki is recommended before using GhostUtil