• Joins given array of features with the FEATURE_SEPARATOR.

    Example

    featureJoin(["top=10", "left=10", "resizable=1"]); // "top=10,left=10,resizable=1"
    

    Returns

    Joint string.

    Type Parameters

    • Iterable_1 extends AsynchronousIterable<unknown>

    Parameters

    • iterable: Iterable_1

    Returns ReducerOutput<Iterable_1, string>