add(d.tl) calculon type definition
This commit is contained in:
parent
25fe206aa2
commit
72c84c39e6
|
@ -11,5 +11,10 @@ build = {
|
|||
type = "builtin",
|
||||
modules = {
|
||||
calculon = "build/calculon/init.lua"
|
||||
},
|
||||
install = {
|
||||
lua = {
|
||||
calculon = "calculon.d.tl"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
local record calculon
|
||||
add: function(a: number, b: number): number
|
||||
end
|
||||
|
||||
return calculon
|
Loading…
Reference in New Issue