We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9edfe commit 3d0dd45Copy full SHA for 3d0dd45
lua/tomlua/meta.lua
@@ -1,5 +1,4 @@
1
---@meta
2
-error("Cannot import a meta module")
3
4
---@class Tomlua.DateTable
5
---@field toml_type TomlType|TomlTypeNum -- one of tomlua.types, e.g., OFFSET_DATETIME
@@ -70,5 +69,4 @@ error("Cannot import a meta module")
70
69
---@alias Tomlua Tomlua.main | fun(opts?:TomluaOptions):Tomlua
71
72
---@type Tomlua
73
-local tomlua = require('tomlua')
74
-return tomlua
+return require('tomlua')
0 commit comments