UNPKG

@appello/common

Version:

Common package with many useful features for web and mobile development

6 lines (5 loc) 223 B
interface MakeQueryStringOptions { withPrefix?: boolean; } export declare function makeQueryString<T extends string | number>(params: Record<string, T | undefined>, options?: MakeQueryStringOptions): string; export {};