[refactor] Moved "isString()" to its own TS file

This commit is contained in:
Steven Evans
2018-07-04 00:33:55 -04:00
parent 187b5051b9
commit a6293474a9
10 changed files with 21 additions and 14 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ import {getRandomInt, removeElementById,
import {Reviver, Generic_toJSON,
Generic_fromJSON} from "../utils/JSONReviver";
import numeral from "numeral/min/numeral.min";
import {formatNumber, isString, generateRandomString} from "../utils/StringHelperFunctions";
import {formatNumber, generateRandomString} from "../utils/StringHelperFunctions";
import {isString} from "../utils/helpers/isString";
import {yesNoBoxCreate, yesNoTxtInpBoxCreate,
yesNoBoxGetYesButton, yesNoBoxGetNoButton,
yesNoTxtInpBoxGetYesButton, yesNoTxtInpBoxGetNoButton,