diff --git a/src/Index/Util/Assert b/src/Index/Util/Assert.lua similarity index 96% rename from src/Index/Util/Assert rename to src/Index/Util/Assert.lua index c0932f3..8ddcae5 100644 --- a/src/Index/Util/Assert +++ b/src/Index/Util/Assert.lua @@ -1,4 +1,4 @@ --!strict return function(condition: (any), errorMessage: string?): () if not (condition) then error(errorMessage, 2) end -end \ No newline at end of file +end