We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 513b9b5 commit 4b693d9Copy full SHA for 4b693d9
packages/core/src/context.ts
@@ -78,7 +78,6 @@ export const addHeader = (header: string, body: string) => {
78
* in the provided template with these names. Placeholders in the template should follow the format `{{userX}}`
79
* where `X` is the position of the user (e.g., `{{user1}}`, `{{user2}}`).
80
*
81
- * @param {Object} params - The parameters for generating the composed string.
82
* @param {string} params.template - The template string containing placeholders for random user names.
83
* @param {number} params.length - The number of random user names to generate.
84
* @returns {string} The template string with placeholders replaced by random user names.
0 commit comments