Skip to main content
Module

x/froebel/types.ts>IsEvenLength

A strictly typed utility library.
Go to Latest
type alias IsEvenLength
import { type IsEvenLength } from "https://deno.land/x/froebel@v0.22.0/types.ts";

Type Parameters

T extends string
definition: T extends `${string}${string}${infer S}` ? (S extends "" ? true : IsEvenLength<S>) : false