Skip to main content
interface ContentArgument
implements ArgumentBase
import { type ContentArgument } from "https://deno.land/x/drex@v1.1.1/mod.ts";

Properties

match: "content"
optional
defaultValue: string | number
optional
contentFilter: (
value: string,
index: number,
array: string[],
) => boolean