js2ts: chiefCenter

- common: unwrap_any
- jQuery export 수정
- axios로 변경
- moment -> luxon
This commit is contained in:
2021-08-16 01:06:17 +09:00
parent a89696afbb
commit 1ef2b7398e
23 changed files with 376 additions and 214 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
type ErrType<T> = { new(msg?: string): T }
type Nullable<T> = T | null | undefined
export type Nullable<T> = T | null | undefined
export class RuntimeError extends Error {
public name = 'RuntimeError';