Skip to content

baseListPropsToMapJoinArgs

Convert a list of props to a joiner and ender for use in mapJoin.

import { baseListPropsToMapJoinArgs } from "@alloy-js/core";
function baseListPropsToMapJoinArgs(props: BaseListProps): JoinOptions;

Parameters

props

BaseListProps

Returns

JoinOptions