This commit is contained in:
Sidharth Vinod
2022-09-16 18:22:46 +05:30
parent 2579bf1ad9
commit bb413d555e

View File

@@ -167,8 +167,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