code refactor

This commit is contained in:
MaysWind
2021-03-14 01:18:36 +08:00
parent 386bfa0db4
commit 410660ed7f
16 changed files with 54 additions and 54 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
import CryptoJS from "crypto-js";
import CryptoJS from 'crypto-js';
import moment from 'moment';
import uaParser from 'ua-parser-js';
import dateTimeConstants from '../consts/datetime.js';
import accountConstants from '../consts/account.js';
import settings from "./settings.js";
import settings from './settings.js';
function isFunction(val) {
return typeof(val) === 'function';