mirror of
https://github.com/CompeyDev/bun-lune-loader.git
synced 2025-01-05 18:39:10 +00:00
6 lines
75 B
Text
6 lines
75 B
Text
|
return {
|
||
|
SomeData = {
|
||
|
"This is string data",
|
||
|
69
|
||
|
}
|
||
|
}
|