mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 10:28:03 +01:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -5,12 +5,12 @@ import type {
|
||||
CDSAuthType,
|
||||
CDSRequestOptionsType,
|
||||
CDSResponseType,
|
||||
} from './Types.d';
|
||||
import type { LoggerType } from '../../types/Logging';
|
||||
import { isOlderThan } from '../../util/timestamp';
|
||||
import { HOUR } from '../../util/durations';
|
||||
import { createProxyAgent } from '../../util/createProxyAgent';
|
||||
import type { ProxyAgent } from '../../util/createProxyAgent';
|
||||
} from './Types.d.ts';
|
||||
import type { LoggerType } from '../../types/Logging.js';
|
||||
import { isOlderThan } from '../../util/timestamp.js';
|
||||
import { HOUR } from '../../util/durations/index.js';
|
||||
import { createProxyAgent } from '../../util/createProxyAgent.js';
|
||||
import type { ProxyAgent } from '../../util/createProxyAgent.js';
|
||||
|
||||
// It is 24 hours, but we don't want latency between server and client to be
|
||||
// count.
|
||||
|
||||
Reference in New Issue
Block a user