From 242cbf5ccfdc3c4f574d38e9186adb97eca4f869 Mon Sep 17 00:00:00 2001 From: shira <98327283+1shira@users.noreply.github.com> Date: Sat, 22 Nov 2025 17:03:04 +0100 Subject: [PATCH] add _CLONE --- env.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/env.d.ts b/env.d.ts index bb24580..e01948d 100644 --- a/env.d.ts +++ b/env.d.ts @@ -1117,6 +1117,7 @@ declare global { const _TIMEOUT: number /** The number of milliseconds a script can run for. Normally `5000` though it has been known to change. */ const _TO: typeof _TIMEOUT + /** A function to deep-clone an object. */ const _CLONE: (obj: T) => T /** The source code of this script as a string. */ const _SOURCE: string /** A unix timestamp of the date this script was built. */ const _BUILD_DATE: number /**