test-package-navid-barsalari
v7.1.6
Published
this is a test npm package
Downloads
2
Readme
npm adduser --registry=https://registry.npmjs.org/
--@myscope:registry=http://nexus.dsv.myhost/nexus/repository/npmjs-registry
const options = {
method: methods || "POST",
url,
data: body,
headers: {
"Content-Type": contentType || "application/json",
cookie: cookie || undefined,
},
};