chore: cleanup

This commit is contained in:
Sidharth Vinod 2022-09-13 11:32:39 +05:30
parent ecd175dd38
commit bbaf2c2f20
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 0 additions and 2 deletions

View File

@ -168,8 +168,6 @@ export const detectDirective = function (text, type = null) {
};
/**
* > > > > > > > Develop
*
* @function isSubstringInArray Detects whether a substring in present in a given array
* @param {string} str The substring to detect
* @param {Array} arr The array to search