mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-26 01:35:22 +02:00
node: Move newNativeHandle out of net
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
import * as Native from '../../Native';
|
||||
import { Aci } from '../Address';
|
||||
import { PublicKey } from '../EcKeys';
|
||||
import { Environment, newNativeHandle, type TokioAsyncContext } from '../net';
|
||||
import { Environment, type TokioAsyncContext } from '../net';
|
||||
import { newNativeHandle } from '../internal';
|
||||
|
||||
// For JSDoc references
|
||||
import { type UnauthenticatedChatConnection } from './Chat';
|
||||
|
||||
Reference in New Issue
Block a user