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

x/cc_types/types/mod.ts>DropChar

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

Type Parameters

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