mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-08 16:40:30 +08:00
qs definitions
This commit is contained in:
Vendored
+2
-2
@@ -26,8 +26,8 @@ declare module QueryString {
|
||||
strictNullHandling?: boolean;
|
||||
}
|
||||
|
||||
export function stringify(obj: any, options?: IStringifyOptions): string;
|
||||
export function parse(str: string, options?: IParseOptions): any;
|
||||
function stringify(obj: any, options?: IStringifyOptions): string;
|
||||
function parse(str: string, options?: IParseOptions): any;
|
||||
}
|
||||
|
||||
declare module "qs" {
|
||||
|
||||
Reference in New Issue
Block a user