fchat-rising/chat/qs.d.ts

3 lines
76 B
TypeScript

declare module 'qs' {
export function stringify(data: object): string;
}