UNPKG

auth0

Version:

Auth0 Node.js SDK for the Management API v2.

7 lines (6 loc) 197 B
interface QueryStringOptions { arrayFormat?: "indices" | "repeat"; encode?: boolean; } export declare function toQueryString(obj: unknown, options?: QueryStringOptions): string; export {};