JSPM

@retrofix/ky

1.7.5000
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q18545F
  • License MIT

Tiny and elegant HTTP client based on the Fetch API

Package Exports

  • @retrofix/ky

Readme

Rebundled by RetroFixJS

This is a rebundle of ky that provides dual CommonJS/ES module support.

Note: This is a transitional tool, not a long-term solution. ESM is the future, but some projects still need CJS compatibility.

Original Package Information

Info Link
Package https://www.npmjs.com/package/ky
Repository https://github.com/sindresorhus/ky
Funding https://github.com/sindresorhus/ky?sponsor=1

RetroFixJS Project

https://github.com/yelliver/RetroFixJS

RetroFixJS is an automated tool that patches, rebundles, and publishes libraries with dual module support for both CommonJS and ESM environments.

Usage

Use this rebundled version of ky with npm aliases to maintain your original import paths - no code changes needed!

Choose one of these two methods:

Method 1: CLI Installation

# Install via CLI with an npm alias
npm install ky@npm:@retrofix/ky

Method 2: Package.json Configuration

{
  "dependencies": {
    "ky": "npm:@retrofix/ky@latest"
  }
}