UNPKG

evm-blockchain-tools

Version:

This is a collection of resuseable tools to support development for EVM-powered blockchains

6 lines (5 loc) 202 B
export declare function mergeStrings(str1: string, str2: string): string; export declare function splitMergedString(merged: string, len1: number, len2: number): { str1: string; str2: string; };