Skip to main content
Home

Built and signed on GitHub Actions

TypeScript implementation for RFC 8941 Structured Field Values for HTTP

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
a year ago (0.2.0)
function decodeList
decodeList(...input: string[]): List

decodeList decodes a list according to RFC 8941 Section 4.2.1.

Parameters

...input: string[]

Return Type

decoded list

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@shogo82148/sfv

Import symbol

import { decodeList } from "@shogo82148/sfv";
or

Import directly with a jsr specifier

import { decodeList } from "jsr:@shogo82148/sfv";

Add Package

pnpm i jsr:@shogo82148/sfv
or (using pnpm 10.8 or older)
pnpm dlx jsr add @shogo82148/sfv

Import symbol

import { decodeList } from "@shogo82148/sfv";

Add Package

yarn add jsr:@shogo82148/sfv
or (using Yarn 4.8 or older)
yarn dlx jsr add @shogo82148/sfv

Import symbol

import { decodeList } from "@shogo82148/sfv";

Add Package

vlt install jsr:@shogo82148/sfv

Import symbol

import { decodeList } from "@shogo82148/sfv";

Add Package

npx jsr add @shogo82148/sfv

Import symbol

import { decodeList } from "@shogo82148/sfv";

Add Package

bunx jsr add @shogo82148/sfv

Import symbol

import { decodeList } from "@shogo82148/sfv";