Node.cloneNode should return the type of "this". Therefore this line https://github.com/Microsoft/TypeScript/blob/93abebc04af5d443a930ad84258cf2d6101d8513/lib/lib.es6.d.ts#L14166 should be ``` cloneNode(deep?: boolean): this;```