mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-04-01 21:13:11 +00:00
chore: Add the feature for migration
This commit is contained in:
@@ -276,9 +276,6 @@ export function guardAll<A extends ValueSpecAny>(
|
||||
}
|
||||
// deno-lint-ignore no-explicit-any
|
||||
return matches.unknown as any;
|
||||
case "pointer":
|
||||
// deno-lint-ignore no-explicit-any
|
||||
return matches.unknown as any;
|
||||
case "union":
|
||||
if (matchUnion.test(value)) {
|
||||
return matches.some(
|
||||
|
||||
Reference in New Issue
Block a user