js2ts: main(WIP)

- jquery-redirect 제거
- linkifyStr import
This commit is contained in:
2021-08-28 23:14:07 +09:00
parent 6affe95aea
commit f9d71a741f
5 changed files with 203 additions and 18 deletions
-4
View File
@@ -91,10 +91,6 @@ declare global {
linkifyStr: (v: string, k?: Record<string, string | number>) => string;
}
}
export function linkifyStrWithOpt(text: string): string {
return window.linkifyStr(text, {});
}
export function getIconPath(imgsvr: boolean | 1 | 0, picture: string): string {
// ../d_shared/common_path.js 필요
if (!imgsvr) {