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,8 +3,8 @@
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
//
|
||||
|
||||
import ByteArray from '../internal/ByteArray';
|
||||
import * as Native from '../../../Native';
|
||||
import ByteArray from '../internal/ByteArray.js';
|
||||
import Native from '../../../Native.js';
|
||||
|
||||
export default class ProfileKeyCommitment extends ByteArray {
|
||||
private readonly __type?: never;
|
||||
|
||||
Reference in New Issue
Block a user