mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
prepend() allows ZeptoCollection arg
This commit is contained in:
Vendored
+6
@@ -963,6 +963,12 @@ interface ZeptoCollection {
|
||||
**/
|
||||
prepend(content: HTMLElement[]): ZeptoCollection;
|
||||
|
||||
/**
|
||||
* @see ZeptoCollection.prepend
|
||||
* @param content
|
||||
**/
|
||||
prepend(content: ZeptoCollection): ZeptoCollection;
|
||||
|
||||
/**
|
||||
* Prepend elements of the current collection inside each of the target elements. This is like prepend, only with reversed operands.
|
||||
* @param content
|
||||
|
||||
Reference in New Issue
Block a user