decodeDictionary(...input: string[]): Dictionary
decodeDictionary decodes a dictionary according to RFC 8941 Section 4.2.2.
...input: string[]
decoded dictionary
TypeScript implementation for RFC 8941 Structured Field Values for HTTP
decodeDictionary(...input: string[]): Dictionary
decodeDictionary decodes a dictionary according to RFC 8941 Section 4.2.2.
...input: string[]
decoded dictionary
Add Package
deno add jsr:@shogo82148/sfv
Import symbol
import { decodeDictionary } from "@shogo82148/sfv";
Import directly with a jsr specifier
import { decodeDictionary } from "jsr:@shogo82148/sfv";
Add Package
pnpm i jsr:@shogo82148/sfv
pnpm dlx jsr add @shogo82148/sfv
Import symbol
import { decodeDictionary } from "@shogo82148/sfv";
Add Package
yarn add jsr:@shogo82148/sfv
yarn dlx jsr add @shogo82148/sfv
Import symbol
import { decodeDictionary } from "@shogo82148/sfv";
Add Package
vlt install jsr:@shogo82148/sfv
Import symbol
import { decodeDictionary } from "@shogo82148/sfv";
Add Package
npx jsr add @shogo82148/sfv
Import symbol
import { decodeDictionary } from "@shogo82148/sfv";
Add Package
bunx jsr add @shogo82148/sfv
Import symbol
import { decodeDictionary } from "@shogo82148/sfv";