Home > @activeviam/activeui-sdk > StringDeepJoiner
StringDeepJoiner type
A function that takes any number of pieces (strings or nested arrays of strings) as arguments and returns the glued string.
Signature:
export declare type StringDeepJoiner = (...pieces: NestedStringArrays) => string;