Convert libsignal-client node package to ESM

This commit is contained in:
Alex Bakon
2025-09-22 14:20:16 -04:00
committed by GitHub
parent 76a81a60a1
commit 1f01c19e5f
123 changed files with 612 additions and 555 deletions

View File

@@ -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}.