node: Move newNativeHandle out of net

This commit is contained in:
moiseev-signal
2025-05-06 14:17:14 -07:00
committed by GitHub
parent 478ae16c3b
commit 2de3c7886b
8 changed files with 17 additions and 13 deletions

View File

@@ -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';