diff --git a/types/jquery.cookie/index.d.ts b/types/jquery.cookie/index.d.ts index e00d891eec..b74cef8a14 100644 --- a/types/jquery.cookie/index.d.ts +++ b/types/jquery.cookie/index.d.ts @@ -92,7 +92,7 @@ interface JQueryStatic { /** * A simple, lightweight jQuery plugin for reading, writing and deleting cookies. */ - cookie?: JQueryCookieStatic; + cookie: JQueryCookieStatic; /** * Deletes a cookie * @param name Name of cookie to delete