[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
+1 -1
View File
@@ -1,5 +1,5 @@
//General helper functions
import {isString} from "./StringHelperFunctions";
import {isString} from "./helpers/isString";
import {dialogBoxCreate} from "./DialogBox";
//Returns the size (number of keys) of an object