UNPKG

prettier-plugin-multiline-arrays

Version:
4 lines (3 loc) 214 B
import type { SourceLocation } from 'estree'; /** Both line and column in "range" are 0 indexed. */ export declare function extractTextBetweenRanges(input: string[], range: Omit<SourceLocation, 'source'>): string;