UNPKG

@revolut/checkout

Version:
9 lines (8 loc) 271 B
declare type ModuleParams = { src: string; id: string; name: string; }; export declare function loadModule({ src, id, name }: ModuleParams): Promise<HTMLScriptElement>; export declare function getVersionedUrl(url: string, version: string): string; export {};