method PlatformDownloader.prototype.findEndIfIndex
PlatformDownloader.prototype.findEndIfIndex(
lines: string[],
startIndex: number,
): number

Finds the index of the matching !#endif

Parameters

lines: string[]
startIndex: number

Return Type

number

Usage

import { PlatformDownloader } from ".";