UNPKG

oberknecht-utils

Version:
4 lines (3 loc) 91 B
export function reverse(s: string): string { return s?.split("")?.reverse()?.join(""); }