Skip to main content
Module

x/froebel/types.ts>Length

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

Type Parameters

T extends any[]
definition: T extends { length: infer I; } ? I : never