Skip to content

Commit

Permalink
add types
Browse files Browse the repository at this point in the history
  • Loading branch information
dig1t committed Apr 18, 2024
1 parent 6407d79 commit 92fb936
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/dlib
Submodule dlib updated from 1e202d to 7ca484
3 changes: 3 additions & 0 deletions moonwave.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[home]
includeReadme = false

title = "red"

gitSourceBranch = "main"
Expand Down
4 changes: 4 additions & 0 deletions src/init.luau
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@ export type ControllerClass = Types.ControllerClass
export type ControllerInstance = Types.ControllerInstance
export type ControllerType = Types.ControllerType

export type StoreClass = Types.StoreClass
export type StoreInstance = Types.StoreInstance
export type StoreType = Types.StoreType

return red
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.2
1.4.3

0 comments on commit 92fb936

Please sign in to comment.