mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
qs definitions
This commit is contained in:
parent
446099f04a
commit
cc925de312
4
qs/qs.d.ts
vendored
4
qs/qs.d.ts
vendored
@ -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" {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user