mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-02 06:11:32 +01:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// Copyright 2023 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { HourCyclePreference } from '../types/I18N';
|
||||
import { assertDev } from './assert';
|
||||
import { HourCyclePreference } from '../types/I18N.js';
|
||||
import { assertDev } from './assert.js';
|
||||
|
||||
function getOptionsWithPreferences(
|
||||
options: Intl.DateTimeFormatOptions
|
||||
|
||||
Reference in New Issue
Block a user