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 /**