The options for making User-Agent
header.
If a string is given, it is used as the User-Agent
header value.
If an object is given, it is passed to getUserAgent to generate
the User-Agent
header value.
The options for making User-Agent
header.
If a string is given, it is used as the User-Agent
header value.
If an object is given, it is passed to getUserAgent to generate
the User-Agent
header value.
Add Package
deno add jsr:@fedify/fedify
Import symbol
import { type GetNodeInfoOptions } from "@fedify/fedify";
---- OR ----
Import directly with a jsr specifier
import { type GetNodeInfoOptions } from "jsr:@fedify/fedify";
Add Package
npx jsr add @fedify/fedify
Import symbol
import { type GetNodeInfoOptions } from "@fedify/fedify";
Add Package
yarn dlx jsr add @fedify/fedify
Import symbol
import { type GetNodeInfoOptions } from "@fedify/fedify";
Add Package
pnpm dlx jsr add @fedify/fedify
Import symbol
import { type GetNodeInfoOptions } from "@fedify/fedify";
Add Package
bunx jsr add @fedify/fedify
Import symbol
import { type GetNodeInfoOptions } from "@fedify/fedify";