mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 10:58:19 +01:00
Qualify CJS-only module imports
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
// Copyright 2019 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { padStart } from 'lodash';
|
||||
import lodash from 'lodash';
|
||||
|
||||
const { padStart } = lodash;
|
||||
|
||||
export function getIncrement(length: number): number {
|
||||
if (length < 0) {
|
||||
|
||||
Reference in New Issue
Block a user