@squzy/vanilla
v1.10.0
Published
Monitoring package for vanilla
Downloads
33
Readme
@squzy/vanilla
BROWSER PACKAGE
Package for usage that inside vanilla applications
How to use
npm install @squzy/vanilla --save
import { createFetch } from "@squzy/vanilla"
import { createApplication } from "@squzy/core"
const application = await createApplication({
apiHost: "http://localhost:8080",
name: "nodejs"
})
const fetch = createFetch(application)
fetch("https://google.ru") - same like native