ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

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;
  • StringDeepJoiner type
Copyright © 2019 ActiveViam