UNPKG

@gear-js/api

Version:

A JavaScript library that provides functionality to connect GEAR Component APIs.

3 lines (2 loc) 111 B
import { Text } from '@polkadot/types'; export declare function toCamelCase(array: string[] | Text[]): string;