Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
erffy committed Feb 16, 2023
2 parents 052e486 + ea7f1e1 commit 07f01ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ declare module "@wumpjs/plugins" {
}

export type TypeResult = ("string" | "object" | "array" | "symbol" | "null" | "boolean" | "bigint" | "number" | "function") | ("String" | "Object" | "Array" | "Symbol" | "Null" | "Boolean" | "Bigint" | "Number" | "Function");
}
}

0 comments on commit 07f01ac

Please sign in to comment.