UNPKG

@stellar/stellar-sdk

Version:

A library for working with the Stellar network, including communication with the Horizon and Soroban RPC servers.

3 lines (2 loc) 219 B
export type UrlTemplateValue = string | number | boolean | string[]; export declare function expandUriTemplate(template: string, variables: Record<string, UrlTemplateValue | undefined>, baseUrl?: string | URL): string;