docs: documented ARCH global.

This commit is contained in:
jgmdev 2022-09-22 12:37:07 -04:00
parent 4546ce13e4
commit a4713505f0
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@
---@type table<integer, string>
ARGS = {}
---The current platform tuple used for native modules loading,
---for example: "x86_64-linux", "x86_64-darwin", "x86_64-windows", etc...
---@type string
ARCH = "Architecture-OperatingSystem"
---The current operating system.
---@type string | "'Windows'" | "'Mac OS X'" | "'Linux'" | "'iOS'" | "'Android'"
PLATFORM = "Operating System"