mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-24 04:30:53 -06:00
removed white space
This commit is contained in:
parent
5f37d32dbf
commit
875328c123
1
src/lib/dom.iterable.d.ts
vendored
1
src/lib/dom.iterable.d.ts
vendored
@ -5,7 +5,6 @@ interface DOMTokenList {
|
||||
}
|
||||
|
||||
interface NodeList {
|
||||
|
||||
[Symbol.iterator](): IterableIterator<Node>
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user