Skip to main content

@fuman/io@0.0.1
Built and signed on GitHub Actions

It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
41%
Published
2 days ago (0.0.1)
interface DelimiterCodecOptions

Properties

optional
strategy: "keep" | "discard"

Strategy for handling delimiter.

  • keep - delimiter is kept at the end of each frame
  • discard - delimiter is discarded

Ignored for encoding (delimiter is always appended after the frame)

Add Package

deno add jsr:@fuman/io

Import symbol

import { type DelimiterCodecOptions } from "@fuman/io";

---- OR ----

Import directly with a jsr specifier

import { type DelimiterCodecOptions } from "jsr:@fuman/io";

Add Package

npx jsr add @fuman/io

Import symbol

import { type DelimiterCodecOptions } from "@fuman/io";

Add Package

yarn dlx jsr add @fuman/io

Import symbol

import { type DelimiterCodecOptions } from "@fuman/io";

Add Package

pnpm dlx jsr add @fuman/io

Import symbol

import { type DelimiterCodecOptions } from "@fuman/io";

Add Package

bunx jsr add @fuman/io

Import symbol

import { type DelimiterCodecOptions } from "@fuman/io";