Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: <T>(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
/**
Expand Down