Search Docs
reverse
Reverses the order of characters in the str.
str
import { reverse } from 'funtool' reverse('hello'); // 'olleh'
function reverse(str: string): string
string