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
/
IEquatable.ts
blob: 2f81c2478bcb4659256bfa06e5ef3326be85c1af (
plain
)
1
2
3
export
interface
IEquatable
{
Equals
(
other
:
Object
)
:
boolean
;
}