1 2 3 4 5 6 7 8 9 10 11 |
      x31 x31 x31 x31 x31 x31 x31 x31 |
// Copyright 2018-2025 the Deno authors. MIT license. /** Used internally for testing that fake time uses real time correctly. */ export const _internals = { Date, setTimeout, clearTimeout, setInterval, clearInterval, AbortSignalTimeout: AbortSignal.timeout, }; |