SearchMatchPart

SearchMatchPart type

Text position offsets within text file. Represents a text range [from offset, to offset].

Signature:

export type SearchMatchPart = [number, number];