diff --git a/types/jquery/index.d.ts b/types/jquery/index.d.ts index db7af3d2ad..ac047d0167 100644 --- a/types/jquery/index.d.ts +++ b/types/jquery/index.d.ts @@ -2329,7 +2329,7 @@ interface JQuery { * @see {@link https://api.jquery.com/val/} * @since 1.0 */ - val(): string | number | string[] | undefined; + val(): string | number | string[] | null | undefined; /** * Set the CSS width of each element in the set of matched elements. *