-- module.lua

local timer = require("timer")

if timer.exists("timer_id") then
    print("timer exist")
else
    print("timer does not exist")
end