Skip to main content
Module

x/abstruct/deps.ts>ParsePlaceholder

Abstract structure for JavaScript data validation
Go to Latest
type alias ParsePlaceholder
import { type ParsePlaceholder } from "https://deno.land/x/abstruct@1.0.0-beta.7/deps.ts";

Type Parameters

T
U extends Partial<Delimiters>
definition: T extends `${string}${U["prefix"]}${infer P}${U["suffix"]}${infer R}` ? P | ParsePlaceholder<R, U> : never