Add Package
deno add jsr:@zap-studio/fetch
Import symbol
import { type FetchDefaults } from "@zap-studio/fetch/types";
or
Import directly with a jsr specifier
import { type FetchDefaults } from "jsr:@zap-studio/fetch/types";
Add Package
pnpm i jsr:@zap-studio/fetch
or (using pnpm 10.8 or older)
pnpm dlx jsr add @zap-studio/fetch
Import symbol
import { type FetchDefaults } from "@zap-studio/fetch/types";
Add Package
yarn add jsr:@zap-studio/fetch
or (using Yarn 4.8 or older)
yarn dlx jsr add @zap-studio/fetch
Import symbol
import { type FetchDefaults } from "@zap-studio/fetch/types";
Add Package
vlt install jsr:@zap-studio/fetch
Import symbol
import { type FetchDefaults } from "@zap-studio/fetch/types";
Add Package
npx jsr add @zap-studio/fetch
Import symbol
import { type FetchDefaults } from "@zap-studio/fetch/types";
Add Package
bunx jsr add @zap-studio/fetch
Import symbol
import { type FetchDefaults } from "@zap-studio/fetch/types";