UNPKG

@flyyer/flyyer-lite

Version:

Flyyer.io helper classes and methods to generate smart URL to render images.

6 lines (5 loc) 197 B
import type { IStringifyOptions } from "qs"; /** * Internally used to convert an object to querystring. */ export declare function toQuery(variables: any, options?: IStringifyOptions): any;