@squzy/vanilla
TypeScript icon, indicating that this package has built-in type declarations

1.10.0 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @squzy/vanilla

Weekly Downloads

0

Version

1.10.0

License

ISC

Unpacked Size

8.29 kB

Total Files

9

Last publish

Collaborators

  • pxyup