UNPKG

@daysnap/utils

Version:
7 lines (5 loc) 130 B
/** * 对象转 URLSearchParams */ declare function stringifyQuery(v: Record<string, any>): string; export { stringifyQuery };