mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 05:34:47 +08:00
Vendored
+1
@@ -17,6 +17,7 @@ interface JQueryCookieStatic {
|
||||
raw?: boolean;
|
||||
json?: boolean;
|
||||
|
||||
(): {[key:string]:string};
|
||||
(name: string): any;
|
||||
(name: string, value: string): void;
|
||||
(name: string, value: string, options: JQueryCookieOptions): void;
|
||||
|
||||
Reference in New Issue
Block a user