fix(core): update

This commit is contained in:
2019-05-28 23:57:50 +02:00
parent 12d1a73793
commit cc6bc209e8
13 changed files with 87 additions and 39 deletions

View File

@@ -1,8 +1,8 @@
// compatibility
declare global {
interface Element { }
interface Node { }
interface NodeListOf<TNode = Node> { }
interface Element {}
interface Node {}
interface NodeListOf<TNode = Node> {}
}
// normal