UNPKG

vwo-fme-node-sdk

Version:

VWO Node/JavaScript SDK for Feature Management and Experimentation

9 lines (8 loc) 245 B
interface IUrlUtil { collectionPrefix?: string; init({ collectionPrefix }?: { collectionPrefix?: string }): IUrlUtil; getBaseUrl(): string; getUpdatedBaseUrl(baseUrl: string): string; } export declare const UrlUtil: IUrlUtil; export {};