UNPKG

@yext/search-core

Version:

Typescript Networking Library for the Yext Search API

7 lines (6 loc) 293 B
import { QueryParams, SanitizedQueryParams } from '../models/http/params'; /** * Updates a url with the given params. */ export declare function addParamsToURL(url: string, params: QueryParams): string; export declare function sanitizeQueryParams(params: QueryParams): SanitizedQueryParams;