@dhrumilgor/strkit
Version:
strkit is a lightweight and efficient JavaScript utility library for common string operations. It provides essential functions like capitalization, string reversal, and camel case conversion—perfect for simplifying text manipulations in your projects
18 lines (17 loc) • 627 B
JSON
{
"name": "@dhrumilgor/strkit",
"version": "1.0.4",
"description": "strkit is a lightweight and efficient JavaScript utility library for common string operations. It provides essential functions like capitalization, string reversal, and camel case conversion—perfect for simplifying text manipulations in your projects",
"main": "index.js",
"module": "index.mjs",
"type":"module",
"scripts": {
"test": "jest"
},
"keywords": ["string", "utility", "text", "manipulation","string function","string library"],
"author": "DhrumilGor",
"license": "MIT",
"devDependencies": {
"jest": "^29.0.0"
}
}