1.0.0 • Published 3 years ago

request-confrim2.0 v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Using to lib:

import getOptions from "request-confrim2.0";

const body = getOptions({url: "https://vk.com/auth", options: { v: "5.21", path: "test" }});

console.log(body) // https://vk.com/auth?v=5.21&path=test
1.0.0

3 years ago