UNPKG

@httpx/assert

Version:
4 lines (2 loc) 84 B
type ArrayNonEmpty<T = unknown> = [T, ...T[]]; export type { ArrayNonEmpty as A };