Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 370 Bytes

api.withoutn.md

File metadata and controls

13 lines (8 loc) · 370 Bytes

Home > @thi.ng/api > WithoutN

WithoutN type

Generalised version of Without0-Without8.

Signature:

export declare type WithoutN<T, P extends unknown[]> = WithoutNReducer<T, Head<P>, Tail<P>>;