docs + stronger typing

This commit is contained in:
2025-09-24 13:29:08 -04:00
parent f63ab5820a
commit a79ad11f23
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ local serde = require("@lune/serde")
local types = require("./types")
export type Core = {
scanForWorkspace: (model: {Instance}, printInstanceNames: boolean) -> boolean,
scanForWorkspace: (model: types.model, printInstanceNames: boolean) -> boolean,
isValidModelFile: (fileName: string) -> boolean,
fileContainsWorkspace: (fileContents: string, opts: types.opts) -> boolean,
formatResult: (result: boolean, fileName: string) -> string