Skip to content

Commit

Permalink
Create version.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiaagarwal authored Mar 12, 2024
1 parent a4d9767 commit c6ce18b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/resources/lua-types/quarto/version.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---@meta

quarto = {}

--[[
Returns information about the quarto context version
]]
---@return quarto.Version
function quarto.version() end

0 comments on commit c6ce18b

Please sign in to comment.