UNPKG

@lidofinance/lido-ethereum-sdk

Version:

<div style="display: flex;" align="center"> <h1 align="center">Lido Ethereum SDK</h1> </div>

7 lines 252 B
/** * Converts snake_case string to camelCase * @param str - The snake_case string to convert * @returns The camelCase version of the string */ export declare const snakeToCamel: (str: string) => string; //# sourceMappingURL=snake-to-camel.d.ts.map