chore: generate

This commit is contained in:
opencode-agent[bot] 2026-07-03 05:20:28 +00:00
commit 3f0fc22b6e
14 changed files with 2091 additions and 1173 deletions

View file

@ -28,4 +28,7 @@ export class SandboxSet {
}
export const isSandboxValue = (value: unknown): value is SandboxDate | SandboxRegExp | SandboxMap | SandboxSet =>
value instanceof SandboxDate || value instanceof SandboxRegExp || value instanceof SandboxMap || value instanceof SandboxSet
value instanceof SandboxDate ||
value instanceof SandboxRegExp ||
value instanceof SandboxMap ||
value instanceof SandboxSet