Janitor 1.13.6
(should i have done major version increment?)
This makes Janitor thread safe, as well adds typings for the new beta. By thread safe, I mean doing the following will no longer break your Janitor.
Janitor:Add(function()
while task.wait() do
end
end, true)