MCPcopy
hub / github.com/remotely-save/remotely-save / reverseString

Function reverseString

src/misc.ts:277–279  ·  view source on GitHub ↗
(x: string)

Source from the content-addressed store, hash-verified

275 * @returns
276 */
277export const reverseString = (x: string) => {
278 return [...x].reverse().join("");
279};
280
281export interface SplitRange {
282 partNum: number; // startting from 1

Callers 4

messyConfigToNormalFunction · 0.90
normalConfigToMessyFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected