Skip to content

Commit 5486b42

Browse files
committed
fusion/util: Add unpack function
1 parent e8e5607 commit 5486b42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fusion/util.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
return {
2+
unpack = unpack or table.unpack -- luacheck: ignore
3+
}

0 commit comments

Comments
 (0)