issues
search
google
/
incremental-dom
An in-place DOM diffing library
http://google.github.io/incremental-dom/
Apache License 2.0
3.54k
stars
180
forks
source link
Some types cleanup.
#359
Closed
sparhami
closed
6 years ago
sparhami
commented
6 years ago
Create type aliases to make things more readable.
Remove some assert calls that are noisy, they will fail nearby anyway.
Improve typing of
NameCtorOrDef
when passing a constructor function.
NameCtorOrDef
when passing a constructor function.