sanitize-utils
Version:
A utility function to sanitize quotes in strings (escape ' and ")
18 lines • 389 B
JSON
{
"name": "sanitize-utils",
"version": "1.0.1",
"description": "A utility function to sanitize quotes in strings (escape ' and \")",
"main": "index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0"
},
"keywords": [
"sanitize",
"escape",
"quotes",
"string",
"utils"
],
"author": "Nagoor Shaik",
"license": "MIT"
}