Coal LLC - v1.0.0
    Preparing search index...

    Type Alias WithoutLast<T>

    WithoutLast: T extends [...(infer A), any] ? A : []

    Type Parameters

    • T