UNPKG

@sofaws/dapp-core

Version:

A library to hold the main logic for a dapp on the Elrond Network

9 lines 222 B
export declare function buildUrlParams(search: string, urlParams: { [key: string]: string; }): { nextUrlParams: string; params: { [k: string]: any; }; }; //# sourceMappingURL=buildUrlParams.d.ts.map