Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dtils/deps.ts>streamUtils.DelimiterDisposition

The best unofficial library of utilities for Deno applications
Go to Latest
type alias streamUtils.DelimiterDisposition
Re-export
import { type streamUtils } from "https://deno.land/x/dtils@2.4.0/deps.ts";
const { DelimiterDisposition } = streamUtils;

Disposition of the delimiter.

definition: "suffix" | "prefix" | "discard"