@ossedb/patmat - v1.0.0
    Preparing search index...

    Interface RestPattern<N>

    A P.rest pattern. Only valid as the last element of an array pattern, where it matches (and optionally captures) the remaining elements.

    Type Parameters

    • N extends string | undefined = undefined

    Hierarchy (View Summary)

    • Pat<unknown[], N extends string ? { [K in N]: unknown[] } : {}>
      • RestPattern