index
:
Dash-Web.git
master
A copy of AVD's Dash-Web software, hosted on my own hardware for local use.
browndash
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
northstar
/
utils
/
IDisposable.ts
blob: 5e984332687f0bdcb6218d9e2aecf2f5ba28d710 (
plain
)
1
2
3
export
interface
IDisposable
{
Dispose
()
:
void
;
}