From bb413d555e331db108f20ababe30e035d49ace41 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Fri, 16 Sep 2022 18:22:46 +0530 Subject: [PATCH] cleanup --- src/utils.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils.ts b/src/utils.ts index f7182d44b..d6b317034 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -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