Skip to content

Commit

Permalink
Add type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanzilla committed Nov 24, 2023
1 parent bba6ebd commit 893c98a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LibRangeCheck-3.0/LibRangeCheck-3.0.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ License: MIT
local MAJOR_VERSION = "LibRangeCheck-3.0"
local MINOR_VERSION = 7

---@class lib
local lib, oldminor = LibStub:NewLibrary(MAJOR_VERSION, MINOR_VERSION)
if not lib then
return
Expand Down

0 comments on commit 893c98a

Please sign in to comment.