chore: add type annotations

This commit is contained in:
James Trew
2024-01-09 23:04:37 -05:00
parent 4367e05c06
commit 772da88723
9 changed files with 147 additions and 19 deletions
+2
View File
@@ -1,5 +1,7 @@
local scroller = {}
---@class TelescopeScroller
local range_calculators = {
ascending = function(max_results, num_results)
return 0, math.min(max_results, num_results)