js2ts: chiefCenter

- common: unwrap_any
- jQuery export 수정
- axios로 변경
- moment -> luxon
This commit is contained in:
2021-08-16 01:06:17 +09:00
parent aac6632f4b
commit bc218b73e1
23 changed files with 376 additions and 214 deletions
+2 -5
View File
@@ -1,7 +1,7 @@
import { activeFlip, escapeHtml, isInt, mb_strwidth, mb_strimwidth, convertDictById, convertSet, hexToRgb, isBrightColor, convColorValue, numberWithCommas, linkifyStrWithOpt, TemplateEngine, getIconPath, combineObject, combineArray, activeFlipItem, errUnknown, errUnknownToast, quickReject, nl2br, getNpcColor, initTooltip } from "./common_legacy";
import jQuery from "jquery";
window.jQuery = jQuery;
window.$ = jQuery;
jQuery(function ($) {
initTooltip();
@@ -68,9 +68,6 @@ declare global {
}
}
window.$ = jQuery;
window.jQuery = jQuery;
window.escapeHtml = escapeHtml;
window.isInt = isInt;
window.mb_strwidth = mb_strwidth;