UNPKG

react-application-core

Version:

A react-based application core for the business applications.

8 lines (7 loc) 209 B
/** * @stable [21.01.2021] */ export declare class JoinUtils { static readonly join: (parts: unknown[], joiner?: string) => string; static readonly joinReduce: (parts: unknown[]) => string; }