Convert back to old common js

This commit is contained in:
J H
2024-02-08 13:35:56 -07:00
parent dc7a86a8e8
commit 17ec714277
7 changed files with 16 additions and 16 deletions

View File

@@ -114,8 +114,8 @@ export type ValidIfNoStupidEscape<A> = A extends
| `${string}\\"${string}`
? never
: "" extends A & ""
? never
: A
? never
: A
export type ConfigRes = {
/** This should be the previous config, that way during set config we start with the previous */