How to JsDoc a “mixed” type? July 24, 2023 by Tarik I found the way to do it: /** * @param {*} foo */ function bar(foo) {}