mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-26 01:35:22 +02:00
Convert libsignal-client node package to ESM
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
//
|
||||
|
||||
import * as Native from '../Native';
|
||||
import Native from '../Native.js';
|
||||
|
||||
/**
|
||||
* A single recipient parsed from a {@link SealedSenderMultiRecipientMessage}.
|
||||
|
||||
Reference in New Issue
Block a user