JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q20482F

A simple 👰🏻 HTTP client

Package Exports

  • xuka

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (xuka) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

xuka

Build Status

A simple 👰🏻 HTTP client

usage

import { request } from 'xuka';

const { data } = await request('https://jsonplaceholder.typicode.com/todos/1');

license

MIT © 103cuong