UNPKG

my-utils-kit

Version:

A lightweight and type-safe utility library for working with strings, objects, array Performance methods in TypeScript. Includes helpful methods for deep cloning, object transformations, safe access, query string handling, and more — designed for modern J

5 lines (3 loc) 126 B
import {reverseStr, isPalidrome} from 'my-utils-kit'; console.log(reverseStr('vinoth m')) console.log(isPalidrome('madams'))