UNPKG

@revolut/checkout

Version:
9 lines (8 loc) 258 B
declare type ScriptParams = { src: string; id: string; name: string; }; export declare function loadScript({ src, id, name }: ScriptParams): Promise<void>; export declare function getVersionedUrl(url: string, version: string): string; export {};