UNPKG

@poppinss/string

Version:

A collection of helpers to perform operations on/related to a string value

11 lines (10 loc) 220 B
/** * Convert an array of values to a sentence. * * @example */ export declare function sentence(values: any[], options?: { separator?: string; pairSeparator?: string; lastSeparator?: string; }): string;