feat:improve the import and export functions
This commit is contained in:
2
src/types/global.d.ts
vendored
2
src/types/global.d.ts
vendored
@@ -9,6 +9,7 @@ declare global {
|
||||
umami: {
|
||||
track(name: string, data?: any): void
|
||||
},
|
||||
JSZip: any,
|
||||
__CURRENT_WORD_INFO__?: {
|
||||
word: string,
|
||||
input: string,
|
||||
@@ -18,6 +19,7 @@ declare global {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
console.json = function (v: any, space = 0) {
|
||||
const json = JSON.stringify(
|
||||
v,
|
||||
|
||||
Reference in New Issue
Block a user