Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cc_types/mod.ts>DropChar

Crypto currency utility types and constants
Go to Latest
type alias DropChar
import { type DropChar } from "https://deno.land/x/cc_types@v1.0.0-beta.12/mod.ts";

Type Parameters

T extends string
U extends string
definition: T extends `${infer prefix}${U}${infer suffix}` ? DropChar<`${prefix}${suffix}`, U> : T