Home > @jsplumbtoolkit/templates > eachNotEmpty
eachNotEmpty() function
Signature:
export declare function eachNotEmpty(strings: Array<string>, fn: (idx: number, s: string) => any): void;
Parameters
Parameter | Type | Description |
---|---|---|
strings | Array<string> | |
fn | (idx: number, s: string) => any |
Returns:
void