Skip to content

@stephansama actions / generate-md-action-inputs / findIndices

Function: findIndices()

ts
function findIndices(lines, tags): [number, number];

Defined in: index.ts:96

Parameters

lines

string[]

tags

readonly [`<!-- ${string}:START -->`, `<!-- ${string}:END -->`]

Returns

[number, number]

Released under MIT license