* @constructor * @param {(jQuerySelector|Element|Object|Array. |jQuery|string| * function())=} arg1 * @param {(Element|jQuery|Document| * Object. )=} arg2 * @return {!jQuery}
(arg1, arg2)
| 42 | * @return {!jQuery} |
| 43 | */ |
| 44 | function jQuery(arg1, arg2) {} |
| 45 | |
| 46 | /** |
| 47 | * @constructor |
no outgoing calls
no test coverage detected