Modul:Scribunto/types
Tampaian
Dokumentasi untuk modul ini dapat dibuat di Modul:Scribunto/types/doc
-- Imported from enwiktionary
-- Source: https://en.wiktionary.org/wiki/Module:Scribunto/types
-- License: CC BY-SA
return {
["boolean"] = true,
["function"] = true,
["nil"] = true,
["number"] = true,
["proto"] = true,
["string"] = true,
["table"] = true,
["thread"] = true,
["upval"] = true,
["userdata"] = true,
}