Skip to content

Commit 5e8ac23

Browse files
committed
Merge pull request DefinitelyTyped#3091 from pine613/fix/zepto/prependTo
Fix a bug
2 parents 5b53994 + d41f971 commit 5e8ac23

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

zepto/zepto.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,12 @@ interface ZeptoCollection {
993993
**/
994994
prependTo(content: HTMLElement[]): ZeptoCollection;
995995

996+
/**
997+
* @see ZeptoCollection.prependTo
998+
* @param content
999+
**/
1000+
prependTo(content: ZeptoCollection): ZeptoCollection;
1001+
9961002
/**
9971003
* Get the previous sibling—optionally filtered by selector—of each element in the collection.
9981004
* @param selector

0 commit comments

Comments
 (0)