Skip to main content

Home > @jsplumbtoolkit/templates > eachNotEmpty

eachNotEmpty() function

Signature:

export declare function eachNotEmpty(strings: Array<string>, fn: (idx: number, s: string) => any): void;

Parameters

ParameterTypeDescription
stringsArray<string>
fn(idx: number, s: string) => any

Returns:

void