From 6c69f0117a17be38e9f022ce7c915be25a2c283e Mon Sep 17 00:00:00 2001 From: cayasde Date: Sun, 3 Aug 2025 22:51:30 -0400 Subject: [PATCH] chore: add typed definitions for _G --- types/_G.d.luau | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 types/_G.d.luau diff --git a/types/_G.d.luau b/types/_G.d.luau new file mode 100644 index 0000000..6844dc0 --- /dev/null +++ b/types/_G.d.luau @@ -0,0 +1,5 @@ +declare _G: { + __DEV__: boolean?, + __IGNORE_INSTANCES_WARNING__: boolean?, + NOCOLOR: boolean? +} \ No newline at end of file