UNPKG

@azure-utils/storybooks

Version:

Utils to upload and manage Storybooks via Azure Functions and storage.

4 lines (3 loc) 206 B
import type { FormData } from "undici"; export declare function urlSearchParamsToObject(query: URLSearchParams | FormData): Record<string, any>; export declare function joinUrl(...parts: string[]): string;