mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
docs: remove impertinent Jsdocs comments (no-changelog) (#4181)
* 🔥 Remove impertinent Jsdocs comments
* Lint fixes
This commit is contained in:
@@ -10,11 +10,9 @@ const fsCopyFile = promisify(fs.copyFile);
|
||||
/**
|
||||
* Creates a new credentials or node
|
||||
*
|
||||
* @export
|
||||
* @param {string} sourceFilePath The path to the source template file
|
||||
* @param {string} destinationFilePath The path the write the new file to
|
||||
* @param {object} replaceValues The values to replace in the template file
|
||||
* @returns {Promise<void>}
|
||||
*/
|
||||
export async function createTemplate(
|
||||
sourceFilePath: string,
|
||||
|
||||
Reference in New Issue
Block a user