Type Alias MatchesPosition<T>

MatchesPosition: Partial<
    Record<keyof T, { indices?: number[]; length: number; start: number }[]>,
>

Type Parameters

  • T