UNPKG

@reservoir0x/relay-kit-ui

Version:

Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.

8 lines 254 B
/** * Convert a word to title case * @param word - The word to convert to title case * @returns The input word in title case format */ declare function titleCase(word: string): string; export default titleCase; //# sourceMappingURL=titleCase.d.ts.map