ts: numberWithCommas 분리

This commit is contained in:
2021-09-07 00:16:28 +09:00
parent 3dc7fc6f14
commit 022eb1012f
3 changed files with 7 additions and 5 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ import 'bootstrap';
import download from 'downloadjs';
import { unwrap } from "./util/unwrap";
import { isInteger } from 'lodash';
import { combineArray, errUnknown, getNpcColor, isBrightColor, numberWithCommas } from './common_legacy';
import { combineArray, errUnknown, getNpcColor, isBrightColor } from './common_legacy';
import { numberWithCommas } from "./util/numberWithCommas";
import { unwrap_any } from './util/unwrap_any';
import { BasicGeneralListResponse, InvalidResponse } from './defs';
import { formatTime } from './util/formatTime';