Archived
1
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
api-ts-gen/dist/utils/qStringify.d.ts

3 lines
114 B
TypeScript
Raw Normal View History

import * as Qs0 from 'qs';
export declare function qStringify(obj: any, options?: Qs0.IStringifyOptions): string;