mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Update untrack() type to allow no return
This commit is contained in:
parent
a383c4ce69
commit
b7878753bd
2 changed files with 1 additions and 4 deletions
|
|
@ -22,4 +22,4 @@ local function untrack<T>(source: () -> T): T
|
|||
end
|
||||
end
|
||||
|
||||
return untrack
|
||||
return untrack :: ( <T>(fn: () -> T) -> T ) & ( (fn: () -> ()) -> () )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue