3 lines
76 B
TypeScript
3 lines
76 B
TypeScript
|
declare module 'qs' {
|
||
|
export function stringify(data: object): string;
|
||
|
}
|